Load shellcode from memory using Golang
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a program to run shellcode as its own process, all from memory written to defeat anti-virus detection.
Original code by mofified by :
The binary can be built using this command:
To generate the shellcode you can use this command:
Starting the handler:
Packing the binary using UPX might help with Antivirus detection: