# gianlucaborello/libprocesshider

Hide a process under Linux using the ld preloader (https://sysdig.com/blog/hiding-linux-processes-for-fun-and-profit/)

Repository: https://github.com/gianlucaborello/libprocesshider
Canonical: https://ross.abutalabs.com/products/libprocesshider
Language: C
License Family: other
Last push: 2019-08-02T14:28:28+00:00

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

## Adoption (not part of the score)
Stars 1130, forks 320 (observed 2026-08-28T04:03:42.267221+00:00)

## What it is
A small shared library that hides a specified process from tools like ps and lsof on Linux by hooking libc functions via the ld.so preloader mechanism. It is primarily a demonstration of LD_PRELOAD-based process evasion techniques.

## Use cases
- hide a process from ps and top on linux
- demonstrate ld preload process evasion techniques
- test whether monitoring tools can detect hidden processes
- learn how /etc/ld.so.preload hooking works
- simulate malware hiding behavior in a lab

## When to choose
- you need a minimal, well-known example of LD_PRELOAD process hiding for research or red-team demos
- you want to test detection capabilities of Linux monitoring or EDR tooling

## When to avoid
- you need a stealthy or maintained tool for production use - it is a simple educational proof of concept with no license and no recent releases
- you want to actually hide processes for legitimate operational reasons - use proper tooling instead

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering
- domain: security, operating-systems
- platform: c
- tags: ld-preload, process-hiding, rootkit, penetration-testing, evasion, linux

## Member repositories
- gianlucaborello/libprocesshider (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:42.267221+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-30T06:38:15.140419+00:00, confidence not recorded.
  - readme: https://github.com/gianlucaborello/libprocesshider (fetched 2026-08-28T04:03:42.267221+00:00, sha c2cdd5c8e466)
- Data as of 2026-08-30T08:39:29.467469+00:00.
