SkillAgentSearch skills...

LogDiff

Split and compare ProcMon trace logs using a visual diff tool

Install / Use

/learn @harjoc/LogDiff
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LogDiff

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

It uses KDiff3, GNU diff and grep, and Qt 4 (the Windows binary includes everything required to run). Tested on Windows, should compile on Unix.

License

LogDiff is released under the Apache 2.0 License. See the LICENSE file for details.

Downloads

Project page: https://github.com/patraulea/LogDiff

Windows Binaries: http://sourceforge.net/projects/logdiff/files/

The 5MB binary will extract Qt libs and the diff/grep tools to %APPDATA%\LogDiff on first run.

Screenshots

Thread Matches

Thread Diff

Contact

reverse(moc.liamg@cojrah)

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated6mo ago
Forks2

Languages

C++

Security Score

67/100

Audited on Sep 22, 2025

No findings