Cruncher - Google code project

Remember Cruncher#? That’s my little tool for extracting structure layout information from PDB files. It’s pretty much done and I rarely modify it, but from time to time something irritates me enough to force me to get back to it. Recently I’ve added simple, but useful feature. If you double click member variable, it’ll automatically jump to it’s type definition (if it can find it, it must be another UDT). Example:

Here we’re examining Semaphore class, now I want to see what’s the type of m_align member (it’s name is showing in the tooltip, but we want to drill down further). Double-click it and voila:

Since it doesn’t really make much sense to create a new note every time I change something, I uploaded Cruncher# to Github, so the latest version is always here.

More Reading
Older// GDC 2011