mirror of
https://github.com/D3Ext/Hooka
synced 2026-06-08 10:49:57 +00:00
9 lines
143 B
Go
9 lines
143 B
Go
package hooka
|
|
|
|
import "github.com/D3Ext/Hooka/evasion"
|
|
|
|
func GetSysId(funcname string) (uint16, error) {
|
|
return evasion.GetSysId(funcname)
|
|
}
|
|
|