donut
donut copied to clipboard
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
Results
2
donut issues
Sort by
recently updated
recently updated
newest added
This fixes the implementation of stricmp so it properly compares strings and returns 0 only when they are equal case-insensitive. As mentioned in PR #1, this allows Donut to work...
Hi man, the syscall version was not working because the file check against the binary was not working when compiled with MSVC. Indeed, when MSVC is used, the unistd function...