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.53k stars 628 forks source link

Load net assemblies on the same app domain #62

Closed albgen closed 4 years ago

albgen commented 4 years ago

Hi,

Is it possible to load th net assembly on the existing appdomain rather than creating a new one?

Thank you

odzhan commented 4 years ago

If you mean default domain, the latest version uses that unless you specify one.