frida_linux_preload_detect
Detects LD_PRELOAD attacks and suspicious library injections on Linux by examining environment variables, system config, and loaded libraries for non-standard paths and memory-backed modules.
Instructions
[Linux] Detect LD_PRELOAD and suspicious library injections.
Checks LD_PRELOAD env var, /etc/ld.so.preload, and enumerates loaded libraries flagging non-standard paths, /tmp, /dev/shm, and memfd-backed modules.
target: process name or pid (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |