CallstackSpoofingPOC
CallstackSpoofingPOC copied to clipboard
C++ self-Injecting dropper based on various EDR evasion techniques.
└─$ 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 | ^~~~~~~~~~~ compilation terminated. i686-w64-mingw32-g++ -o...
I think the '-static' argument will help increase compatibility and avoid the 'libstdc++-6 not found' error. It would also be beneficial to add the '-static-libgcc' and '-static-libstdc++' options for users...
Shellcode sollte in {} statt in "" eingeschlossen werden