An open API service indexing awesome lists of open source software.

https://github.com/msiddhu/function_call_tracer


https://github.com/msiddhu/function_call_tracer

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

g++ -O0 -g -shared -fPIC -rdynamic hooks.cpp -o libhooks.so -ldl

g++ -O0 -g -finstrument-functions -rdynamic -o myprog2 myprog2.cpp

LD_PRELOAD=./libhooks.so ./myprog2