mxmssh / drltrace

Drltrace is a library calls tracer for Windows and Linux applications.
BSD 3-Clause "New" or "Revised" License
388 stars 68 forks source link

Add filtering of which library routines to trace #6

Closed mxmssh closed 4 years ago

mxmssh commented 6 years ago

Add filtering of which library routines to trace. This would likely be via a configuration file. Currently we have a simple -only_to_lib option.

mxmssh commented 4 years ago

Fixed by https://github.com/mxmssh/drltrace/pull/19