drltrace
drltrace copied to clipboard
Drltrace is a library calls tracer for Windows and Linux applications.
The syntax now does not cover many other more complex function prototypes e.g. atexit(). We need to improve that.
We have thousands of unsupported Windows types in drltrace described in the gen_drltrace_config.py. We need to describe them one by one to be able to print them correctly.
To be able to compile drltrace under MacOS, we have to add support of the dr_symbol_export_iterator * group of functions (we have them for Windows and Linux). Right now, we...
Running Windows 11 Pro Downloaded the latest 64-bit version of the program. Trying to use the example from the documentation to run `calc.exe` fails: ` .\drltrace.exe -logdir . -- calc.exe`...
update to [DynamoRIO/dynamorio#94f5c444](https://github.com/DynamoRIO/dynamorio/commit/94f5c444fdef07823f0d71796878ea0ff4767f30) Build test: https://github.com/jclab-joseph/drltrace/actions/runs/11171844910