TheWover / donut

Generates x86, x64, or AMD64+x86 position-independent shellcode that loads .NET Assemblies, PE files, and other Windows payloads from memory and runs them with parameters
BSD 3-Clause "New" or "Revised" License
3.53k stars 628 forks source link

Fix compilation of test injectors with gcc #123

Open TheWover opened 1 year ago

TheWover commented 1 year ago

Attempting to compile the test injectors with gcc produces many errors. For now I have simply removed the compilation of those files from the debug build of the gcc makefile. Which is not ideal, but ensures that the master branch includes functioning makefiles.

This Issue is a reminder to sometime spend an hour or two fixing the build for gcc.