https://github.com/vaeb/tracer
Detects keywords used across inputs and reports them with context.
https://github.com/vaeb/tracer
Last synced: 10 days ago
JSON representation
Detects keywords used across inputs and reports them with context.
- Host: GitHub
- URL: https://github.com/vaeb/tracer
- Owner: Vaeb
- Created: 2017-06-20T08:39:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T00:57:27.000Z (almost 9 years ago)
- Last Synced: 2025-01-13T12:27:28.150Z (over 1 year ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracer
Detects input-based keywords and reports them with relevant (but not excessive) context.
---------------------------------------------------------------
## InputHook.lua
Handles the detection of keywords and relevant events.
## Trace.lua
Handles the tracing and minimisation of data deemed relevant by InputHook.lua.