102 IDA Pro Keyboard Shortcuts

Learn IDA Pro Shortcuts for Windows

File Operations Shortcuts

ActionIDA Pro Shortcuts
Parse C header fileCtrl + F9
Create ASM fileAlt + F10
SaveCtrl + W

Navigation Shortcuts

ActionIDA Pro Shortcuts
Jump to operandEnter
Jump in a new windowAlt + Enter
Jump to the previous positionEsc
Jump to the next positionCtrl + Enter
Jump to addressG
Jump by nameCtrl + L
Jump to functionCtrl + P
Jump to pseudocodeTab
Jump to segmentCtrl + S
Jump to the segment registerCtrl + G
Jump to problemCtrl + Q
List cross-references toCtrl + X
Jump to xref to operandX
Jump to entry pointCtrl + E
Mark positionAlt + M
Jump to the marked positionCtrl + M
Error operandCtrl + F

Search Shortcuts

ActionIDA Pro Shortcuts
Next codeAlt + C
Next dateCtrl + D
Next exploredCtrl + A
Next unexploredCtrl + U
Immediate valueAlt + I
Next immediate valueCtrl + I
TextAlt + T
Next textCtrl + T
Sequence of bytesAlt + B
Next sequence of bytesCtrl + B

Edit Shortcuts

ActionIDA Pro Shortcut keys
RenameN
Enter repeatable comment;
Enter comment:
Begin selectionAlt + L
CodeC
DataD
Struct varAlt + Q
StringA
Array*
UndefineU
Enter anterior linesInsert
Enter exterior linesShift + Insert
Offset (data segment)O
Offset (current segment)Ctrl + O
Offset by (any segment)Alt + R
Offset (user-defined)Ctrl + R
Offset (struct)T
Number (default)#
HexadecimalQ
DecimalH
BinaryB
CharacterR
SegmentS
Enum memberM
Stack variableK
Change sign_
Bitwise negate~
String literalsAlt + A
Setup data typesAlt + D
Edit segmentAlt + S
Change segment register valueAlt + G
Struct varAlt + Q
Select union memberAlt + Y
UndoCtrl + Z
RedoCtrl + Shift + Z

Open Subviews Shortcuts

ActionIDA Pro Shortcuts
Local typesShift + F1
FunctionsShift + F3
NamesShift + F4
SignaturesShift + F5
SegmentsShift + F7
Segment registersShift + F8
StructuresShift + F9
EnumerationsShift + F10
Type librariesShift + F11
StringsShift + F12

Function Shortcuts

ActionIDA Pro Shortcuts
Create functionP
Edit functionAlt + P
Set function endE
Stack variablesCtrl + K
Change stack pointerAlt + K
Rename registerV
Set typeY

Lumina Shortcuts

ActionIDA Pro Shortcut keys
Pull all metadataF12
Push all metadataCtrl + F12
View all metadataAlt + F12

Debugger Shortcuts

ActionIDA Pro Shortcut keys
Add breakpointF2
Start processF9
Terminate processCtrl + F2
Step intoF7
Step overF8
Run until returnCtrl + F7
Run to cursorF4
Breakpoint listCtrl + Alt + B
Stack traceCtrl + Alt + S

Graphing Shortcuts

ActionIDA Pro Shortcut keys
Flow chartF12
Function callsCtrl + F12

Other IDA Pro Shortcuts

ActionIDA Pro Shortcut keys
Calculator?
Windows list (next)Ctrl + Tab
Switch to Windows 1 – 9Alt + 1 – 9
Close windowAlt + F3
Script commandShift + F2
ExitAlt + X

READ NEXT:

Back to top button