mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
Added Params as Input
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user