diff --git a/pkg/hooka/shellcode.go b/pkg/hooka/shellcode.go index 71b5403..02f2c3c 100644 --- a/pkg/hooka/shellcode.go +++ b/pkg/hooka/shellcode.go @@ -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)