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

A generator written in pure Go, supporting Donut v1.0 #131

Open wabzsy opened 1 year ago

wabzsy commented 1 year ago

Dear TheWover,

Thanks for your great project!

I wrote a generator in pure Go that already behaves in line with Donut's generators (v1.0), including features that other third-party generators don't:

hope you'll like it.

Link: Gonut