You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Good point! Sorry about that. Updated donut.c and inmem_dotnet.c to use default domain when no name specified. Now when entropy is disabled, the domain is just set to zeros. Thank you.
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:
The text was updated successfully, but these errors were encountered: