Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.08 KB

File metadata and controls

32 lines (21 loc) · 1.08 KB

runsc

Yum

Go Report Card GitHub Workflow Status 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:

$ git clone https://github.com/mjwhitta/runsc.git
$ cd ./runsc
$ git submodule update --init
$ make GOOS=windows cgo

Usage

See main.go for example usage.

Links