# am0nsec/HellsGate

Original C Implementation of the Hell's Gate VX Technique

Repository: https://github.com/am0nsec/HellsGate
Canonical: https://ross.abutalabs.com/products/hellsgate
Language: C
License Family: other
Last push: 2021-06-28T15:42:36+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2283, "days_push": 1892, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1220, forks 138 (observed 2026-08-28T04:04:01.828661+00:00)

## What it is
The original C implementation of the Hell's Gate technique, which resolves Windows system call numbers at runtime to invoke NT APIs directly. It is a reference implementation accompanying a VXUG research paper on evading security monitoring.

## Use cases
- resolve syscall numbers dynamically in windows
- bypass edr api hooking for research
- direct syscalls in c for red team tooling
- learn how hells gate technique works
- study windows ntdll syscall resolution

## When to choose
- you are researching offensive security techniques or EDR evasion on Windows
- you need a minimal reference implementation of runtime syscall resolution in C

## When to avoid
- you need a supported, licensed library for production software
- you are building defensive tooling or benign Windows applications
- you need a maintained project with active development or releases

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering
- domain: security, penetration-testing, windows
- platform: windows, cpp
- tags: syscalls, malware-research, edr-evasion, vx-technique, offensive-security, ntapi

## Member repositories
- am0nsec/HellsGate (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:01.828661+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:15:56.677114+00:00, confidence not recorded.
  - readme: https://github.com/am0nsec/HellsGate (fetched 2026-08-28T04:04:01.828661+00:00, sha 3ca298e33080)
- Data as of 2026-08-30T08:39:29.467469+00:00.
