# rwfpl/rewolf-wow64ext

Helper library for x86 programs that runs under WOW64 layer on x64 versions of Microsoft Windows operating systems.

Repository: https://github.com/rwfpl/rewolf-wow64ext
Canonical: https://ross.abutalabs.com/products/rewolf-wow64ext
Language: C++
License Family: other
Topics: wow64, wow64-heaven-s-gate, wow64-load-win64dll, wow64ext, x64, assembly
Last push: 2023-01-17T20:00:42+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": 4191, "days_push": 1324, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1015, forks 317 (observed 2026-08-28T04:03:14.193730+00:00)

## What it is
A C++ helper library enabling 32-bit (x86) applications running under the WOW64 layer on 64-bit Windows to interact with native x64 processes. It provides memory read/write/enumeration of x64 processes and an X64Call() mechanism to invoke functions from the 64-bit NTDLL.

## Use cases
- call 64-bit NTDLL functions from a 32-bit process
- read and write memory of native x64 processes from x86 code
- access PEB, TEB, and TIB structures under WOW64
- build tools that inspect or manipulate x64 processes from a 32-bit host
- experiment with WOW64 heaven's gate transitions

## When to choose
- you need x86-to-x64 process memory access or x64 API calls on Windows
- you're building security research, debugging, or injection tooling targeting WOW64

## When to avoid
- you need a fully supported, licensed library for production software
- you target non-Windows platforms or pure 64-bit applications

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering
- domain: security, reverse-engineering, operating-systems, windows
- platform: windows, cpp
- tags: wow64, heavens-gate, x64, ntdll, memory-access, x86-x64-interop

## Member repositories
- rwfpl/rewolf-wow64ext (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:14.193730+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-30T07:11:28.124499+00:00, confidence not recorded.
  - readme: https://github.com/rwfpl/rewolf-wow64ext (fetched 2026-08-28T04:03:14.193730+00:00, sha d4361b085c35)
- Data as of 2026-08-30T08:39:29.467469+00:00.
