From 242ccff5ef9bc0c2e9db2d751a6fa77b6b5e502c Mon Sep 17 00:00:00 2001 From: D3Ext Date: Thu, 11 May 2023 17:10:44 +0200 Subject: [PATCH] little fix --- pkg/hooka/shellcode.go | 4 ++++ 1 file changed, 4 insertions(+) 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)