首页
社区
课程
招聘
[转帖]Function call graph plugin sample
发表于: 2009-7-20 13:09 6531

[转帖]Function call graph plugin sample

2009-7-20 13:09
6531
http://hexblog.com/2009/06/function_call_graph_plugin_sam.html#more

IDA Pro already has a function call graph facility, nonetheless it employs WinGraph32.

Although it is helpful, it is not very useful just because it lacks interactivity.

For demonstration purposes, we created a sample plugin that uses the graph functions from the SDK to achieve the same thing but with a bit more of interactivity: double-click to jump to a node, search node by name (also search next), etc...
One can easily modify the plugin to also add a navigation stack or perhaps more filters.

After the plugin is installed it will create a new menu item in Views / Subviews / Function call graph, also make sure you right-click in the graph to see the options and hotkeys.

To recompile the plugin you need IDA Pro SDK version 5.5

Hope you find it useful!

http://hexblog.com/ida_pro/pix/fcg_v1.zip

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

上传的附件:
收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
2
本地备档一份.
上传的附件:
2009-7-20 13:11
0
雪    币: 185
活跃值: (477)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
用不了 似乎只支持sdk 5.5版本以上的
2009-7-28 11:43
0
游客
登录 | 注册 方可回帖
返回
//