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

https://github.com/defparam/win_shellcode_builder

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

Last synced: 10 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)