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

gaffe23/linux-inject

Tool for injecting a shared object into a Linux process observed · 2026-08-28

github.com/gaffe23/linux-inject · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

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

  • gap_med: n/a
  • age_days: 4219
  • days_rel: n/a
  • days_push: 1652
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1238 stars · 259 forks observed · 2026-08-28

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

A command-line tool written in C that injects a shared object (.so) into a running Linux process using ptrace(), analogous to CreateRemoteThread() DLL injection on Windows. It supports x86, x86_64, and ARM architectures and loads libraries via __libc_dlopen_mode() so targets don't need to be linked against libdl.

Use cases

  • inject a shared library into a running linux process
  • linux equivalent of DLL injection like CreateRemoteThread
  • load a .so into an already-running process with ptrace
  • test process injection techniques on linux
  • hook or extend a running process without restarting it
  • security research on linux process manipulation

When to choose

  • you need to inject a shared object into a process that is already running
  • you want a ptrace-based alternative to LD_PRELOAD
  • you need injection support across x86, x86_64, and ARM linux
  • the target process was not built with -ldl

When to avoid

  • you need injection on macOS, Windows, or other non-Linux platforms
  • ptrace_scope restrictions cannot be disabled in your environment
  • you want a maintained tool with active development and support
  • you need stealthy injection that evades modern EDR monitoring

Facets

cli-tool · maturity maintenance

security reverse-engineering developer-tools security operating-systems developer-tools cli process-injection ptrace shared-object-injection penetration-testing linux

1 source

Member repositories

RepositoryRoleHealth v2
gaffe23/linux-injectmain32

For agents

markdown · JSON · MCP: product_card(name="gaffe23/linux-inject")

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