========================================= IDA Pro 7.4 keyboard shortcuts (filtered) ========================================= First published at 6/30/2020 on https://defkey.com/ida-pro-shortcuts IDA Pro is a disassembler that generates assembly language source code from machine-executable code. It can be also used as a debugger for Windows PE, Mac OS X Mach-O, and Linux ELF executables. File operations --------------- Ctrl + F9 Parse C header file… Navigation ---------- G Jump to address… Ctrl + S Jump to segment… Ctrl + X List cross references to… X Jump to xref to operand… Ctrl + E Jump to entry point… Search ------ Alt + B Sequence of bytes… Edit (data types, etc) ---------------------- N Rename C Code Alt + Q Struct var… A String Num * Array… Insert Enter anterior lines… O Offset (data segment) M Enum member… Alt + A String literals… Alt + Y Select union member… Open subviews ------------- Shift + F12 Strings Debugger -------- F7 Step into Ctrl + Alt + S Stack trace Miscellaneous ------------- Source: Hex-rays (PDF) Last modified on (UTC): Tuesday, March 14, 2023 Defkey © All rights reserved.