Added Params as Input

This commit is contained in:
RistBS
2022-11-23 19:35:14 +01:00
committed by GitHub
parent 490a6c2a54
commit 4e1a053a1e
+1 -1
View File
@@ -2,7 +2,7 @@
typedef int(WINAPI* RtlUserFiberStart)();
DWORD ProcessInjectFiberData(PCHAR Shellcode, DWORD Length)
DWORD ProcessInjectFiberData(_In_ PCHAR Shellcode, _In_ DWORD Length)
{
NTSTATUS status;
DWORD OldProt = 0;