Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 296 Bytes

GoPEInjection

Golang PE injection on windows

See: https://malwareunicorn.org/workshops/peinjection.html

Based on Cryptowall's PE injection technique. Reference hash: 546817e28100127124a0368050cbe6ecd1ea7a64c0bdfbef14823bb77404c42b

How to build:

GOOS=windows GOARCH=386 go build .