Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can not find the strings window of IDA Pro

Tags:

ida

I use IDA Pro Advanced Edition v6. But I can not find the strings window. Only the function window, IDA View-A, IDA Hex View-A, Structures window, Enums window, Imports and Exports window are presented.

Can somebody tell how I can open the strings window?

like image 744
user3097712 Avatar asked Sep 18 '14 15:09

user3097712


People also ask

How do I see Strings in IDA Pro?

To use Ida Pro to see strings, open the Strings window (View > Open Strings Window).

How do I search for text in Ida?

Text search When searching for textual content, the same shortcut pair ( Alt – T to start, Ctrl – T to continue) works almost anywhere IDA shows text: Disassembly (IDA View)


2 Answers

In IDA, the individual windows are called "views." If you can't remember the keyboard shortcut (Shift+F12), then click View > Open subviews > Strings from the menu at the top of the window. You will be able to open the other views from there as well.

like image 74
user1354557 Avatar answered Sep 30 '22 08:09

user1354557


If you can not find the Strings window, then press Shift + F12.
After a few seconds, the window will open.

like image 20
user3097712 Avatar answered Sep 30 '22 07:09

user3097712