8000 GitHub - W3ndige/memory-allocation-tracer: Proof of concept for hooking to memory allocation functions and detecting possible memory leaks.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

W3ndige/memory-allocation-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Allocation Tracer

Proof of concept for simple memory allocation tracer and memory leak detection.

Description

With this shared library we are able to hook functions that operate on memory such as malloc, realloc or free with the use of dlsym and track allocations and frees used in a program loaded with LD_PRELOAD=hooks.so enviromental variable.

About

Proof of concept for hooking to memory allocation functions and detecting possible memory leaks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0