Hmm...maybe some kind of signature library of some of the more obscure compiler optimizations/features. Especially those that involve doing conditional branching based on floating point comparisons...I *always* have to take like 20 minutes to figure out what is actually going on there. So, it would just basically try to identify these code sequences, and auto-comment them or something.
Better handling of "this" pointers. I've yet to see any disassemblers that can really properly handle OOP. There's still lots of relatively tedious work that could be alleviated in this area.
STL signatures.
I'll add more if I think of anything else...
Better handling of "this" pointers. I've yet to see any disassemblers that can really properly handle OOP. There's still lots of relatively tedious work that could be alleviated in this area.
STL signatures.
I'll add more if I think of anything else...