Ecosyste.ms: Awesome
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: about 2 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T17:38:49.000Z (12 months ago)
- Last Synced: 2024-01-23T18:32:04.325Z (12 months ago)
- Language: Dockerfile
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win_shellcode_builder
Building Windows Shellcode in LinuxDependencies:
1) DockerSteps
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)