Ross ROSS = Recommend OSS · open-source software intelligence for agents

DarthTon/Blackbone

Windows memory hacking library observed · 2026-08-28

github.com/DarthTon/Blackbone · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4634
  • days_rel: n/a
  • days_push: 950
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5479 stars · 1427 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

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

library · maturity maintenance

security reverse-engineering cryptography security reverse-engineering windows windows cpp memory-hacking dll-injection manual-mapping remote-hooking kernel-driver process-manipulation

1 source

Member repositories

RepositoryRoleHealth v2
DarthTon/Blackbonemain32

For agents

markdown · JSON · MCP: product_card(name="DarthTon/Blackbone")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem