1 Repo
Techniques for intercepting standard library calls by modifying executable import tables or using dynamic preloading.
Distinct from Import Reconstruction: Closest candidates are related to URL routing or reconstruction of packed binaries, not the interception of runtime library calls.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Binary Import Redirections. Refine with filters or upvote what's useful.
Mimalloc is a general purpose dynamic memory allocator for C and C++ designed to increase execution speed and reduce fragmentation. It functions as a scalable heap manager that replaces standard library allocation functions to improve performance and memory efficiency across applications. The project distinguishes itself as both a heap security hardener and a memory corruption detector. It employs randomized allocation, encrypted free lists, and sampled guard pages to mitigate heap exploits and identify buffer overflows or use-after-free errors during runtime. The allocator provides capabili
Provides mechanisms to inject the allocator into existing binaries by intercepting standard library allocation calls.