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

Donut PE loader fails on Windows 7 / Server 2008 #80

Closed TheWover closed 3 years ago

TheWover commented 3 years ago

Donut fails to load PEs on Windows 7 / Server 2008. I have not investigated further yet, but this is a reminder to do so.

TheWover commented 3 years ago

Whatever was broken in master is apparently not broken in dev. I don't know what was wrong, but it is no longer wrong. As far as I can tell.