IDA Pro daily use cheatsheet

All about HexRays fantastic disassembler
Post Reply
Go4IT
Pro
Posts: 967
Joined: 08 Feb 2019, 12:25

IDA Pro daily use cheatsheet

Post by Go4IT »

Here i'd like to add common usecases when working with IDA Pro
Go4IT
Pro
Posts: 967
Joined: 08 Feb 2019, 12:25

Finding strings

Post by Go4IT »

SHIFT+F12 (or View -> Open Subwiev -> Strings) => generates a list of all strings found in image
Go4IT
Pro
Posts: 967
Joined: 08 Feb 2019, 12:25

Finding values (data, addresses, ...)

Post by Go4IT »

ALT-I (or Search -> immediate value...) => enter the value to find, e.g. a memory location address which you suspect to be loaded into some register somewhere, or any other value.

Check "Find all occurrences" to let IDA go through whole image, instead of finding the next one.
Post Reply