# DarthTon/Blackbone

Windows memory hacking library

Repository: https://github.com/DarthTon/Blackbone
Canonical: https://ross.abutalabs.com/products/blackbone
Language: C++
License: MIT
License Family: permissive
Last push: 2024-01-26T04:56:16+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": 4634, "days_push": 950, "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 5479, forks 1427 (observed 2026-08-28T04:09:19.702836+00:00)

## What it is
Blackbone is a C++ library for Windows memory hacking, providing APIs for process memory manipulation, DLL injection, manual PE image mapping, remote code execution, and remote function hooking. It includes an optional kernel driver for advanced operations like kernel memory access and process protection changes.

## Use cases
- inject a DLL into another process
- manually map a PE image into a remote process
- read and write another process's virtual memory
- hook functions in a remote process
- execute code in a remote process
- enumerate modules and threads of a process
- hide allocated memory from a process

## When to choose
- you need low-level Windows process introspection or injection on x86/x64
- you want manual image mapping with import, TLS, and exception handling support
- you need cross-WOW64 interaction between 32-bit and 64-bit processes
- you're building reverse-engineering, debugging, or game-modding tooling on Windows

## When to avoid
- you need a cross-platform solution - it is Windows-only
- you want a supported, sanctioned API for process automation rather than low-level memory manipulation
- your project requires long-term maintenance guarantees - releases are infrequent
- you cannot accept the legal/ethical risks of memory-hacking techniques

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering, cryptography
- domain: security, reverse-engineering, windows
- platform: windows, cpp
- tags: memory-hacking, dll-injection, manual-mapping, remote-hooking, kernel-driver, process-manipulation

## Member repositories
- DarthTon/Blackbone (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:19.702836+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-29T17:56:23.369753+00:00, confidence not recorded.
  - readme: https://github.com/DarthTon/Blackbone (fetched 2026-08-28T04:09:19.702836+00:00, sha 7cdbe06f2b15)
- Data as of 2026-08-30T08:39:29.467469+00:00.
