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
- Host: GitHub
- URL: https://github.com/defparam/win_shellcode_builder
- Owner: defparam
- License: mit
- Created: 2024-01-23T17:13:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T17:38:49.000Z (over 2 years ago)
- Last Synced: 2025-03-17T17:15:36.522Z (about 1 year ago)
- Language: Dockerfile
- Size: 140 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

