Skip to content

Commit 1ef41fe

Browse files
committed
Actually enabled patchless AMSI bypass
1 parent ed8651c commit 1ef41fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bofs/bofnet_execute.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,10 +528,10 @@ static void goWithBypasses(char* args , int len) {
528528
extern "C" void go(char* args , int len) {
529529

530530
//Setup our hardware breakpoint on AMSI and the VEH
531-
//HANDLE hExHandler = setupBypasses();
531+
HANDLE hExHandler = setupBypasses();
532532

533533
goWithBypasses(args,len);
534534

535535
//Clear our hardware breakpoints and VEH
536-
//clearBypasses(hExHandler);
536+
clearBypasses(hExHandler);
537537
}

0 commit comments

Comments
 (0)