Closed pfalcon closed 9 years ago
Based on example from IDA blog: http://www.hexblog.com/?p=116 . Recorded problem spots are available in "Problem list" window (Ctrl+Q) - in ScratchABit. There're quite a bunch of them, because callx0 is how "longcalls" are implemented. Still, it's better to record those than not.
ping
In IDA-speak, CF_JUMP isn't just a mere jump, it's indirect jump. It makes sense to report these, as these are usually problem spots, where automatic flow control stops, so human must intervene to see where a jump actually leads.