documentation

This commit is contained in:
2025-12-16 11:29:00 +01:00
parent 3633346d53
commit 1557b82c1d
2 changed files with 119 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ dynamic instrumentation.
This project is currently in active development.
Already supported are Statically linked executables, basic dynamically linked executables (via
`PT_INTERP` loading), and basic syscall interception
`PT_INTERP` loading), and basic syscall interception.
Full `dlopen` support, JIT handling, signal handling, and a plugin system are pending.
@@ -48,6 +48,9 @@ Flicker acts as a loader wrapper. Pass the target executable and its arguments d
## How it Works
For more information see the [Project Overview](docs/project_overview.md) and the [Use
Cases](docs/use_cases.md).
### The Loader
Flicker does not use `LD_PRELOAD`. Instead, it maps the target ELF binary into memory. If the binary