defparam / win_shellcode_builder

Building Windows Shellcode in Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Shellcode Output

About

Building Windows Shellcode in Linux

License:MIT License


Languages

Language:Dockerfile 35.3%Language:Python 24.1%Language:C 21.5%Language:Makefile 13.8%Language:Shell 5.3%