{"adoption": {"forks": 34, "observed_at": "2026-08-28T04:04:52.165121+00:00", "stars": 1488}, "canonical_url": "https://ross.abutalabs.com/products/unfork", "card": {"archived": false, "artifact_type": "library", "description": "unfork(2) is the inverse of fork(2).    sort of.", "domain": ["security", "reverse-engineering", "operating-systems"], "enriched": true, "function": ["security", "reverse-engineering", "cryptography"], "health_score": 20, "homepage": null, "language": "C++", "license": "0BSD", "license_family": "permissive", "maturity": "experimental", "member_repos": ["whitequark/unfork"], "name": "whitequark/unfork", "platform": ["cpp", "c"], "pushed_at": "2024-04-21T11:49:37+00:00", "repo": "whitequark/unfork", "stars": 1488, "tags": ["ptrace", "userfaultfd", "process-injection", "binary-analysis", "proof-of-concept", "memory-introspection", "linux"], "topics": [], "urls": [], "use_cases": ["analyze a binary with anti-debugging protections without being detected", "instrument a running process by manipulating a private copy of its memory", "take a cheap snapshot of another application's address space to read, write, execute, and discard", "reverse engineer software that checks for ptrace or debugger attachment", "inspect and modify memory of a process running under the same uid"], "what_it_is": "unfork(2) is a proof-of-concept Linux technique and library that joins two process address spaces into one, the inverse of fork(2), by combining userfaultfd with process_vm_readv to create copy-on-write mappings of another process's memory. It enables stealthy dynamic binary analysis and instrumentation of applications with built-in integrity checks, leaving no ptrace traces or signals.", "when_to_avoid": ["you need a production-ready or supported tool, since this is explicitly a proof of concept", "you need to share files or shared memory between the merged address spaces, which requires a kernel module", "you are not on Linux, or you cannot obtain ptrace privileges over the target process"], "when_to_choose": ["you need to dynamically analyze or instrument a target with integrity checks that detect ptrace", "you want a copy-on-write view of another process's memory without signals or traces", "you are doing security research on Linux x86_64 or i386 and can build with patched musl-gcc"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/unfork", "repo": "whitequark/unfork", "role": "main", "score": 32}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:04:52.165121+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T04:33:46.750180+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "916ba788b27462129f751155c6014ffcf186e3eaaa3b35ead6f1c059e57c0cc3", "fetched_at": "2026-08-28T04:04:52.165121+00:00", "kind": "readme", "missing": false, "url": "https://github.com/whitequark/unfork"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 2500, "days_push": 864, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 32, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}