postfix / runsc

Simple shellcode injector.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runsc

🍪 Buy me a cookie

Go Report Card

What is this?

This Go module allows you to inject shellcode using the Windows Native API (specifically functions that are not hooked by EDR solutions).

How to install

Open a terminal and run the following:

$ go get --ldflags="-s -w" --trimpath -u gitlab.com/mjwhitta/runsc

Usage

See main.go for example usage.

Links

About

Simple shellcode injector.

License:GNU General Public License v3.0


Languages

Language:Go 99.7%Language:Makefile 0.3%