# Mr-Un1k0d3r/EDRs

Repository: https://github.com/Mr-Un1k0d3r/EDRs
Canonical: https://ross.abutalabs.com/products/edrs
Language: C
License Family: other
Last push: 2026-04-03T13:02:13+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 75, release rhythm 35, longevity 100
- inputs: {"age_days": 2010, "days_push": 152, "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 2202, forks 357 (observed 2026-08-28T04:06:25.729984+00:00)

## What it is
A collection of proof-of-concept C tools and reference data for understanding EDR/AV hooking on Windows, including syscall patching utilities and lists of hooked ntdll.dll APIs per vendor. It is aimed at red team operators researching endpoint detection evasion techniques.

## Use cases
- find which ntdll APIs an EDR hooks before an engagement
- dynamically resolve syscall IDs without knowing the Windows version
- unhook the Import Address Table to remove EDR hooks
- patch syscall numbers in ntdll to bypass userland hooks
- compare hooking techniques across CrowdStrike, SentinelOne, Cylance, and Sophos
- contribute hook_finder output to a community EDR dataset

## When to choose
- you are a red teamer researching EDR userland hooking on Windows
- you need reference lists of hooked APIs per EDR vendor
- you want working C proof-of-concepts for syscall patching and IAT unhooking

## When to avoid
- you need a production-ready evasion framework with maintenance and support
- you are defending endpoints and want a defensive detection tool
- you need something cross-platform or non-Windows

## Facets
- artifact type: learning-resource
- maturity: active
- function: security, reverse-engineering, developer-tools
- domain: security, penetration-testing, windows
- platform: windows, cpp
- tags: red-team, edr, av-evasion, syscalls, ntdll-unhooking, offensive-security, proof-of-concept

## Member repositories
- Mr-Un1k0d3r/EDRs (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:25.729984+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-30T02:47:01.378108+00:00, confidence not recorded.
  - readme: https://github.com/Mr-Un1k0d3r/EDRs (fetched 2026-08-28T04:06:25.729984+00:00, sha b57c5f025242)
- Data as of 2026-08-30T08:39:29.467469+00:00.
