Skip to content

mjwhitta/runsc

Repository files navigation

runsc

Yum

Go Report Card License

What is this?

This Go module allows you to inject shellcode using the Windows Native API. At this time, there aren't a whole lot of options. In the future, it will be more configurable via an a la carte style launcher.

How to install

Open a terminal and run the following:

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

Usage

See main.go for example usage.

Links