little fix

This commit is contained in:
D3Ext
2023-05-11 17:10:44 +02:00
parent fe143abc43
commit 242ccff5ef
+4
View File
@@ -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)