Skip to content

Instantly share code, notes, and snippets.

@mgeeky
mgeeky / shellcodeLoader.go
Created May 13, 2020 21:15
Simple Shellcode loader implemented in Golang
//
// Simple Shellcode loader implemented in Golang.
//
// Compilation:
// $ go build -o foo.exe shellcodeLoader.go
//
// Mariusz B. / mgeeky (@mariuszbit), '20
// <[email protected]>
//