如何将IDA Pro
的普通图形视图另存为图像?
是否有任何工具或插件?
将 IDA 图形保存为图像
逆向工程
艾达
idapro插件
2021-06-22 08:55:26
1个回答
您可以将图形保存为 .gdl 文件。然后,您可以使用graph-easy将 GDL 文件转换为图像文件,例如 SVG、PNG、JPG 等。
graph-easy --from gdl --input=graph.gdl --png --output=graph.png