Backpack is a packer that use process hollowing to hide your payload writen in Golang. This is based on the work of abdullah2993 (https://github.com/abdullah2993/go-runpe)
cd PEtoAES
PEtoAES> go run pe2AES.go -p "path to the PE to pack" -k "32 char key"
[+] Done !It should create two file, key.txt and pe.txt
go build main.goThen, just execute your PE and enjoy.
Pull requests are welcome.

