CallstackSpoofingPOC
CallstackSpoofingPOC copied to clipboard
unbutu
└─$ sudo g++ -o test123.exe Main.cpp Assembly.obj In file included from Main.cpp:1: Callbacks.h:1:10: fatal error: windows.h: No such file or directory 1 | #include <windows.h> | ^~~~~~~~~~~ compilation terminated.
i686-w64-mingw32-g++ -o t1est123.exe Main.cpp Assembly.obj In file included from Main.cpp:3: PEB.h:2:10: fatal error: Windows.h: No such file or directory 2 | #include <Windows.h> | ^~~~~~~~~~~ compilation terminated.