-
Notifications
You must be signed in to change notification settings - Fork 736
Need to load assembly in current domain #44
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Milestone
Description
When entropy is set to zero (aka -e 1), donut still loads a new domain with the name AAAAAAAA. I was expecting it to use the default domain instead.
Can you change this behavior? I need to use csharp shellcode to patch something, which involves something already loaded in the default domain, but I can't cross the domain boundary
The relevant code is:
DPRINT("ICorRuntimeHost::CreateDomain(\"%ws\")", buf);
hr = pa->icrh->lpVtbl->CreateDomain(
pa->icrh, domain, NULL, &pa->iu);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request