mirror of
https://github.com/D3Ext/Hooka
synced 2026-06-08 10:49:57 +00:00
little fix
This commit is contained in:
@@ -36,6 +36,10 @@ func EtwpCreateEtwThread(shellcode []byte) (error) {
|
||||
return core.EtwpCreateEtwThread(shellcode)
|
||||
}
|
||||
|
||||
func RtlCreateUserThread(shellcode []byte, pid int) (error) {
|
||||
return core.RtlCreateUserThread(shellcode, pid)
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Hell's Gate + Halo's Gate functions (WIP)
|
||||
|
||||
Reference in New Issue
Block a user