-
Notifications
You must be signed in to change notification settings - Fork 639
v1.0 Plans
TheWover edited this page Oct 11, 2019
·
9 revisions
- Remove the XSL transformer. It provides no operational advantage to the ActiveScript loader, since it only supports JScript and VBScript.
- Add a Go implementation of
donut.c
. - Write a blog post "Go-ing Nuts for Donut: Using Donut to Load Go Executables from Memory"
- Add a C# implementation of
donut.c
. Use an #ifdef to optionally build the Assembly with a hardcoded version ofpayload_*.h
so that shellcode may be generated in memory. - Command-line arguments for unmanaged EXEs
- Compress before encrypting
- Fix issues compiling with NOCRYPTO flag
- Provide instructions on building with no crypto