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

Quasar RAT x64 converted stub doesn't work #118

Closed ahmedfamhy3 closed 1 year ago

ahmedfamhy3 commented 1 year ago

hey i compiled Quasar RAT and configured it to be x64 rather than anycpu and it generated 2.5MB client size and when i try to the generated shellcode it crashes one of the things makes me think it's a problem is that the stub is namespace is Quasar.Client and Main() is in Program class so i write on donut -c Quasar.Client.Program -m Main i think donut recognize Client as the class that holds main even if i left it empty as it's required for DLLs, it's still a crashing is that because the client is very big?