How can I enable mtrace() (and MALLOC_TRACE env) for a binary program without sources?
mtrace is feature of glibc: http://www.gnu.org/s/hello/manual/libc/Allocation-Debugging.html
Thanks
|
How can I enable mtrace is feature of glibc: http://www.gnu.org/s/hello/manual/libc/Allocation-Debugging.html Thanks
| ||||
|
feedback
|
|
mtrace.c
Compile with Run with
or
Is it ok for you? | ||||
|
feedback
|