Phying News
Curated security research, vulnerabilities, advisories and tools for practitioners.

Function Hooking Part I: Hooking Shared Library Function Calls in Linux

Summary

Covers Linux function hooking via the dynamic loader API and LD_PRELOAD to wrap library calls at runtime — an easier alternative to GDB for monitoring crypto calls, file I/O, and network traffic.
Published
Collected

original ↗