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

No execution with Akagi64 (UACME) #149

Open AkkaJaiderpls opened 2 months ago

AkkaJaiderpls commented 2 months ago

Hi, I am trying as POC to load AKAGI64 from a shellcode, but for some reason when I try to run the shellcode generated by donut, it just doesn't start. but for some reason when I try to run the shellcode generated by donut, it just doesn't start.

I am using the simplest example given in the documentation.

donut.exe -iAkagi64.exe -p59

andrewdpoh commented 2 weeks ago

hey! i'm facing the same issue. any luck with this?