IDA View

circle-info

The options below appear when the Search menu is opened from the IDA View. In other views, the menu adapts dynamically and may show a different set of options.

Below is an overview of all actions that can be accessed from this menu.

UI Action Name
Action Name
Description

JumpCode

Search for the next instruction in the current direction

JumpData

Search for the next defined data item in the current direction

JumpExplored

Search for the next instruction or data (first defined byte) in the current direction

JumpUnknown

Search for the next unexplored byte

AskNextImmediate

This command searches for the first instruction or data byte that contains the specified immediate value.

JumpImmediate

Repeat search for immediate value

AskNextText

This command searches for the specified substring in the text representation of the disassembly.

JumpText

Repeat search for text

JumpBinaryText

Repeat search for sequence of bytes. This command repeats search for text in core command.

JumpNotFunction

Search for instruction not belonging to any function

JumpSuspicious

Search for the next instruction with void operand.

JumpError

This command searches for the 'error' operands. Usually, these operands are displayed with a red color.

FindAllSuspicious

All void operands. This command searches for all suspicious operands and presents a list of them. You may use this list to examine the operands and modify them as needed.

FindAllErrors

All error operands. This command searches for all strings containing any error and presents a list of them. You may use this list to examine errors and correct them as needed.

Search for pictures

picture_search:search_for_pictures

SetDirection

Change the search direction.

SearchHighlightUp

Search highlight up

SearchHighlightDown

Search highlight down

LockHighlight_0

Lock/unlock highlight color 1

LockHighlight_1

Lock/unlock highlight color 2

LockHighlight_2

Lock/unlock highlight color 3

LockHighlight_3

Lock/unlock highlight color 4

LockHighlight_4

Lock/unlock highlight color 5

LockHighlight_5

Lock/unlock highlight color 6

LockHighlight_6

Lock/unlock highlight color 7

LockHighlight_7

Lock highlight color 8

FindRegisterDefinition

Find register definition

FindRegisterUse

Find register use

Last updated

Was this helpful?