Name | Modified | Size | Downloads / Week |
---|---|---|---|
logdiff.exe | 2013-05-10 | 5.3 MB | |
logdiff-2013-05-09.exe | 2013-05-10 | 5.3 MB | |
README.md | 2013-05-10 | 809 Bytes | |
Totals: 3 Items | 10.6 MB | 7 |
The latest build is always named "logdiff.exe". Older releases have timestamps in the name.
LogDiff helps you find out what went wrong in a ProcMon trace. It does the following:
- takes two related traces from ProcMon (the Windows Internals API monitor)
- splits them into separate threads
- matches the threads from one trace to the other, based on similarity (basically identifies which thread is which)
- displays all the threads and their details in a sortable table
- edits out all the numbers, timestamps, pointers, etc that shouldn't matter when comparing diffs
- shows you a visual diff of any pair of threads, so you can see where the differences actually are
The windows binary contains KDiff3, GNU diff and grep, and Qt4 dependencies. Tested on Windows, should compile on Unix.