3

IDA 6.1 のアセンブリ ビューでグラフ モードを無効にするにはどうすればよいですか? グラフモードとは、これを意味します

ここに画像の説明を入力

Options -> Graph -> Use graph view by default が表示されますが、チェックを外しても役に立ちません :((

4

2 に答える 2

14

To toggle graph view in addresses where graph view is applicable, hit the space key. (Or, as ruslan mentioned, you can right-click the disassembly area and choose "Text View")

The option you mentioned (Options -> Graph -> Use graph view by default) specifies that graph view will not be enabled when you open a new binary for analysis. This has no effect on the current view in the database.

By the way, if the reason you don't want to use graph view is because it doesn't display the address of each instruction, you can change this by going into the options, clicking the "Disassembly" tab, and checking "Line Prefixes" under "Display disassembly line parts."

于 2012-10-18T21:27:47.200 に答える
3

ああ、それはアセンブリ領域を右クリックして「テキストビュー」を選択することです。

それはもっと明白であるべきだった。

于 2012-03-12T04:29:35.537 に答える