Directories
¶
| Path | Synopsis |
|---|---|
|
Package elfsym provides ELF symbol resolution and SONAME parsing primitives shared across language-specific injectors (inject/python, future inject/nodejs, etc.).
|
Package elfsym provides ELF symbol resolution and SONAME parsing primitives shared across language-specific injectors (inject/python, future inject/nodejs, etc.). |
|
Package ptraceop provides low-level ptrace primitives for remote function invocation: attach, save registers, write a payload, run a sequence of remote function calls (each returning via SIGSEGV at address 0), restore registers, detach.
|
Package ptraceop provides low-level ptrace primitives for remote function invocation: attach, save registers, write a payload, run a sequence of remote function calls (each returning via SIGSEGV at address 0), restore registers, detach. |
|
Package python implements injection of CPython 3.12+'s perf trampoline (sys.activate_stack_trampoline) into running processes via ptrace, so that perf-agent can resolve Python JIT frames to qualnames without requiring the target to be launched with `python -X perf`.
|
Package python implements injection of CPython 3.12+'s perf trampoline (sys.activate_stack_trampoline) into running processes via ptrace, so that perf-agent can resolve Python JIT frames to qualnames without requiring the target to be launched with `python -X perf`. |
Click to show internal directories.
Click to hide internal directories.