# mgeeky/ThreadStackSpoofer

Thread Stack Spoofing - PoC for an advanced In-Memory evasion technique allowing to better hide injected shellcode's memory allocation from scanners and analysts.

Repository: https://github.com/mgeeky/ThreadStackSpoofer
Canonical: https://ross.abutalabs.com/products/threadstackspoofer
Language: C++
License: MIT
License Family: permissive
Last push: 2022-06-17T18:06:35+00:00

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

## Adoption (not part of the score)
Stars 1242, forks 191 (observed 2026-08-28T04:04:06.471286+00:00)

## What it is
A proof-of-concept C++ implementation of thread call stack spoofing, an in-memory evasion technique that hides shellcode references from a thread's call stack. It is aimed at red teamers and security researchers demonstrating how to evade memory scanners, AVs, and EDRs.

## Use cases
- hide shellcode memory allocations from EDR scanners
- spoof thread call stack during red team operations
- bypass thread-based memory examination rules
- study in-memory evasion techniques
- build offensive security tooling with call stack spoofing

## When to choose
- you need a reference implementation of thread stack spoofing for Windows x64/x86
- you are researching EDR evasion or malware analysis techniques
- you want to improve call stack stealth in red team tooling

## When to avoid
- you need a production-ready, supported security product
- you are looking for defensive detection tooling rather than offensive evasion
- you target non-Windows platforms

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering
- domain: security, penetration-testing, windows
- platform: windows, cpp
- tags: red-team, evasion, shellcode, call-stack-spoofing, edr-bypass, poc, malware-research

## Member repositories
- mgeeky/ThreadStackSpoofer (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:06.471286+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-30T05:08:25.153534+00:00, confidence not recorded.
  - readme: https://github.com/mgeeky/ThreadStackSpoofer (fetched 2026-08-28T04:04:06.471286+00:00, sha 6f048f9255b6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
