Skip to content

Commit 59784bc

Browse files
authored
Fixes
1 parent eb2966b commit 59784bc

File tree

1 file changed

+1
-1
lines changed
  • windows_kernel_exploitation_hevd/Kernel_Buffer_Overflow

1 file changed

+1
-1
lines changed

windows_kernel_exploitation_hevd/Kernel_Buffer_Overflow/exploit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Compile: g++ .\bofkernel.cpp -m32 -static-libgcc -static-libstdc++ -o bofkernel.exe
1+
// Compile: g++ .\exploit.cpp -m32 -static-libgcc -static-libstdc++ -o exploit.exe
22

33
#include <iostream>
44
#include <Windows.h>

0 commit comments

Comments
 (0)