Example Usage
import "github.com/praetorian-inc/goffloader/src/pe"
//go:embed hello.exe
var helloBytes []byte
func main() {
output, _ := pe.RunExecutable(helloBytes, []string{"Arg1", "Arg2", "Arg3"})
fmt.Println(output)
}
See also
100-redteam-projects
Free
Projects for security students…
cve-search_mcp
Open Source
A Model Context Protocol (MCP) server for querying the CVE-Search API…
devguard
Free
DevGuard Backend - Secure your Software Supply Chain - Attestation-based compliance as Code, manage …
Evil-WinRM
Open Source
Kali
Full-featured WinRM shell for hacking and penetration testing. Supports pass-the-hash, file upload/d…
bettercap
Free
Kali
The Swiss Army knife for 802.11, BLE, HID, CAN-bus, IPv4 and IPv6 networks reconnaissance and MITM a…
Red-Team-Rust
Open Source
A beginner-friendly collection of Rust notes focused on Red Team Tooling • Malware Development • Sys…