Technology
 

IDA Visual Analysis

From CHDK Wiki

Advanced usage of IDA scripts to generate useful (in contrast with buildin WinGraph) call graph layouts.

Take IDC script dump-xrefs.idc from svn.

Run it over function under cursor, and you will get two files in "<your_idb_file_path>/graphs" folder (mkdir it first).

In general, Touchgraph is much more practical in analysis help, but skyrails is really funny ;)


[edit] Updates 27/08/2008

Updates both to IDC script and touchgraph code to make call hierarchy layout.

SkyRails crashes:

  • Either fragment shader and vertex shader not supported..
  • OpenGL 2.0 not supported..
  • Framebuffer objects not supported :(


Skyrails visualization, ~750 nodes
Touchgraph, ~750 nodes
Touchgraph, 300 Nodes
Compare with IDA buildin wingraph ;)
Updated version with call hierarchy arrangement