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.38k stars 610 forks source link

Executing tor as shellcode #106

Closed syrex1013 closed 1 year ago

syrex1013 commented 2 years ago

Hello, Im trying to execute tor.exe (from their website), using shellcode generated by donut. The shellcode generates fine, but executing it just ends in crashing. Any ideas>