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
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?
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?