ldpreload
There are 41 repositories under ldpreload topic.
mempodippy/vlany
Linux LD_PRELOAD rootkit (x86 and x86_64 architectures)
ldpreload/Medusa
LD_PRELOAD Rootkit
mattbostock/go-ldpreload-backdoor
LD_PRELOAD libc hooking using Go
Intika-Linux-Proxy/Proxybound
Linux applications proxifier
MatheuZSecurity/Rootkit
Collection of codes focused on Linux rootkits
vi/timeskew
Override time reporting in Linux processes (accelerate/slowdown games, test code involving timers/delays)
msantos/libkeepalive
LD_PRELOAD library for enabling TCP keepalive socket options
nopn0p/rkorova
ld_preload userland rootkit
msantos/libproxyproto
Proxy protocol v1 and v2 support via an LD_PRELOAD library
SeanPesce/lib2shell
Shared library implementations that transform the containing process into a shell when loaded (useful for privilege escalation, argument injection, file overwrites, LD_PRELOAD, etc.).
sholtrop/ldpfuse
C library for developing file systems in userspace that leverage LD_PRELOAD.
Alia5/X4-rest-server
POC/WIP Rest server for the game X4:Foundations
tier4/heaphook
Replace all the dynamic heap allocation functions by LD_PRELOAD.
msantos/reuseport
SO_REUSEPORT socket load distribution using LD_PRELOAD
ColumPaget/enhancer
LD_PRELOAD library that adds features to binaries
Not-C-Developer/VERBA
Very Easy Relative Backdoor Application
GJDuck/libredfat
A hardened malloc() replacement
micolous/sdl-fakeqwerty
Fixes non-QWERTY keyboards on Prison Architect (and maybe other SDL games) on Linux
msantos/libenospace
Process-based disk usage limits
Cvar1984/pload
Convenient way to bypass PHP disabled functions with LD_PRELOAD to create gsocket connection
fzakaria/donothing
LD_PRELOAD override to have your program do nothing.
msantos/librlimit
rlimit sandbox for any process
westermo/accept-guard
ACL for Linux TCP/UDP services
xCuri0/blackframe-insertion
Black frame insertion for OpenGL applications
AmanoTeam/glibc_preload
An execve() wrapper that allows executing binaries using a glibc installed in a non-standard location.
anfractuosity/sslfollow
Follow SSL connections using LD_PRELOAD, with the NSS library
aviralg/interceptr
Intercept C functions
boon-code/libtimefreeze
Small LD_PRELOAD shared library that allows to freeze the wall clock to a specific time. The wall clock can be controlled through an environment variable ˋTIMEFREEZEˋ by the running process. This shall simplify writing unit tests that depend on time.
ErrorNoInternet/libwritededuper
In-band deduplication via LD_PRELOAD for any filesystem that supports reflinks!
jburnitz/https-metrics
Gain insight into what HTTP resources an application uses or provides when communicating over TLS. Loading this library along with an application, encryption and decryption calls are intercepted, http urls parsed out, and then forwarded on to the real encryption call
msantos/libsockfilter
Connection filtering for dynamically linked applications
msantos/libnoexec
Prevent dynamically linked executables from calling exec(3)
sarvi/wisktrack
A program to track file system access of a running program and all its children by using LD_PRELOAD library and intercepting libc calls.
doctaweeks/libnoclone3
Force glibc to use clone over clone3 using seccomp
KuzmichevaKsenia/itmo-multithreading-programming-labs
ИТМО - 4 курс - Многопоточное программирование
Wakeful-Cloud/cpp-proxy
C++ shared library proxy prototype