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.61k stars 638 forks source link

vmprotect packer donut error #160

Open qwer0123456 opened 1 month ago

qwer0123456 commented 1 month ago

added initial ETW bypass. works in debug loader, but not when injected into notepad https://github.com/TheWover/donut/tree/29871f7b9f38d8fb2ee59da4f0cd09302484f9a4

Since this update in version 0.93, vmprotect packed files are not executed as donut shellcode

added initial ETW bypass Before this update, the vmprotect packer also ran as donut shellcode

How do I make it work in version 1.0?