Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chivay/shellcodez
Zig-based shellcode builder
https://github.com/chivay/shellcodez
shellcode zig
Last synced: 7 days ago
JSON representation
Zig-based shellcode builder
- Host: GitHub
- URL: https://github.com/chivay/shellcodez
- Owner: chivay
- Created: 2024-03-02T01:29:32.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-18T22:42:55.000Z (8 months ago)
- Last Synced: 2025-01-29T22:12:45.936Z (10 days ago)
- Topics: shellcode, zig
- Language: Zig
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shellcodez
making headerless PIEs :cake: for fun and no profit.
Supported shellcodez:
* [execve](src/execve.zig) - spawn /bin/sh
* [revshell](src/revshell.zig) - connect to target and spawn /bin/shOutput file sizes:
```
124 execve-aarch64.bin
90 execve-x86_64.bin256 revshell-aarch64.bin
189 revshell-x86_64.bin
```Another ~40B can be shaved off by disabling .bss zeroing. Although far from
shortest possible shellcodes, they unlock the ability to use Zig standard library.