Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/defparam/win_shellcode_builder

Building Windows Shellcode in Linux
https://github.com/defparam/win_shellcode_builder

Last synced: about 2 months ago
JSON representation

Building Windows Shellcode in Linux

Awesome Lists containing this project

README

        

# win_shellcode_builder
Building Windows Shellcode in Linux

Dependencies:
1) Docker

Steps
1) Modify ./src/test.c to your liking
2) Run ./run.sh
3) Shellcode placed at ./shellcode.bin and printed to stdout

![Shellcode C](https://github.com/defparam/win_shellcode_builder/blob/main/code.png?raw=true)

![Shellcode Output](https://github.com/defparam/win_shellcode_builder/blob/main/demo.png?raw=true)