# NytroRST/ShellcodeCompiler

Shellcode Compiler

Repository: https://github.com/NytroRST/ShellcodeCompiler
Canonical: https://ross.abutalabs.com/products/shellcodecompiler
Language: C++
License: GPL-3.0
License Family: copyleft
Last push: 2024-09-01T18:37:20+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3599, "days_push": 731, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1160, forks 280 (observed 2026-08-28T04:03:49.145319+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: experimental
- function: compiler, interpreter, developer-tools, security
- domain: security, penetration-testing, compilers, developer-tools
- platform: windows, cli, cpp
- tags: shellcode, keystone-engine, position-independent-code, null-free, red-team, assembly-generation, x86, x64, linux

## Member repositories
- NytroRST/ShellcodeCompiler (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.145319+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:31:46.465200+00:00, confidence not recorded.
  - readme: https://github.com/NytroRST/ShellcodeCompiler (fetched 2026-08-28T04:03:49.145319+00:00, sha 52c76cf07723)
- Data as of 2026-08-30T08:39:29.467469+00:00.
