# oblitum/Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.

Repository: https://github.com/oblitum/Interception
Canonical: https://ross.abutalabs.com/products/interception
Homepage: http://oblita.com/interception
Language: C
License Family: other
Last push: 2021-08-09T03:39:24+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5373, "days_push": 1850, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1967, forks 347 (observed 2026-08-28T04:06:00.001720+00:00)

## What it is
A Windows kernel driver and C library providing an API to intercept and control keyboard, mouse, and other input devices programmatically. It allows applications to capture, modify, or inject input events at the driver level.

## Use cases
- intercept keyboard and mouse input on windows
- programmatically inject keyboard and mouse events
- build input remapping or macro software
- customize input for accessibility needs
- connect and customize multiple input devices
- capture input for typing pattern recognition

## When to choose
- you need low-level, driver-level interception of input devices on Windows
- you need to modify or block input events before they reach applications
- you need to inject synthetic input events reliably for automation or bots

## When to avoid
- you target non-Windows platforms
- you only need simple high-level input hooks without driver installation
- you need a permissively licensed library for commercial use without purchasing a license

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, developer-tools
- domain: developer-tools, accessibility, windows
- platform: windows, cpp, c
- tags: input-devices, keyboard-hooking, mouse-hooking, device-driver, kernel-driver, input-automation, automation

## Member repositories
- oblitum/Interception (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:00.001720+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-30T03:05:25.526762+00:00, confidence not recorded.
  - readme: https://github.com/oblitum/Interception (fetched 2026-08-28T04:06:00.001720+00:00, sha bf9e42a371a2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
