CallGraphView of IDA5.2 in Ubuntu10.04

Source: Internet
Author: User
The supervisor cannot run directly. If you want to view the cross-reference chart, you need to install wine and modify the configuration file & lt; ida & gt;/cfg/ida. cfg, // ProgramtovisualizegraphsGRAPH_VISUALIZER = "w

In Windows idagui, you can easily view the graph view cross-reference view. However, under Ubuntu 10.04 linux, guiversion graph32.exe cannot be run directly. To view cross-reference charts, you need to install wine, modify the configuration file /Cfg/ida. cfg,

// Program to visualize graphs

GRAPH_VISUALIZER = “wingraph32.exe-remove-timelimit 10 ″
Modify it to GRAPH_VISUALIZER = "wine/usr/obaby/idapro/wingraph32.exe-remove-timelimit 10" (here you need to modify the pe path to your own installation path .)

Another simplest method is to use ida in windows. Finally, install the third-party graph generater aisee: http://www.aisee.com. Windows, linux, and mac OS are available. Download and install the corresponding version. In the same way, modify the preceding configuration information to GRAPH_VISUALIZER = "/usr/obaby/aiSee/bin". Here, change the path to your own installation directory. Restart ida to implement the called graph view. The final effect is shown in the Start figure.

Ps: When I modified the configuration file, someone said that I could use vi, But I opened it in the vi editor and found that there were unrecognizable characters, which were finally modified in the hexadecimal editor. :) The ida Main Window cannot be displayed after the cross-reference view is opened. You can only close the view and re-start the Assembly view.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.