NytroRST/ShellcodeCompiler
Shellcode Compiler observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3599
- days_rel: n/a
- days_push: 731
- n_releases_24m: 0
Adoption not part of the score
1160 stars · 280 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A C++ command-line compiler that converts a simplified C/C++-style source language into small, position-independent, NULL-free shellcode for Windows and Linux (x86 and x64). It generates assembly from its own interpreter and assembles it using the Keystone engine, allowing user-friendly calls to Windows APIs and Linux syscalls.
Use cases
- compile C-style code into shellcode for Windows x64
- generate NULL-free position-independent shellcode for Linux
- call Windows API functions from shellcode source
- invoke Linux syscalls in generated shellcode
- download and execute a file via shellcode
- test generated shellcode execution from the command line
When to choose
- you need small custom shellcode for red-team or exploit development on x86/x64 Windows or Linux
- you want to call Windows APIs or Linux syscalls without hand-writing assembly
- you need position-independent, NULL-free shellcode output as a binary file
When to avoid
- you need variables, pointers, buffers, or API return values - these are unsupported
- you need a production-grade, fully featured compiler - this is an alpha with many limitations
- you target platforms other than x86/x64 Windows and Linux
Facets
cli-tool · maturity experimental
compiler interpreter developer-tools security security penetration-testing compilers developer-tools windows cli cpp shellcode keystone-engine position-independent-code null-free red-team assembly-generation x86 x64 linux
1 source
- readme: https://github.com/NytroRST/ShellcodeCompiler · fetched 2026-08-28 · 52c76cf07723
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NytroRST/ShellcodeCompiler | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="NytroRST/ShellcodeCompiler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem