Skip to content

Instantly share code, notes, and snippets.

@albertzsigovits
Created January 31, 2019 10:30
Show Gist options
  • Save albertzsigovits/ab8d49dfe5e73a4b81341ccb3c5f8e0e to your computer and use it in GitHub Desktop.
Save albertzsigovits/ab8d49dfe5e73a4b81341ccb3c5f8e0e to your computer and use it in GitHub Desktop.
IDA Pro Tips and Tricks
# IDA Pro Keyboard shortcuts and tips:
######################################
Ctrl+E - Return to entry point
Alt+M - Set bookmark
Ctrl+M - List bookmarks
Space - Toggle full screen/workflow view
Esc - Backup to parent function
Ctrl+X - Find All X-References
Ctrl+R - Change reference information e.g deltas etc.
: - Comment
; - Repeating comment
Insert - Block comment
Alt+P - edit procedure properties
q - Quiet, makes the red offset errors go away
k - stack - map to local stack variable
o - offset - changes to pointer
Alt+Q - instantiate/cast structure
t - structure offset
Alt+F1 - manual operand (name constant offset)
d - toggles from lowest to highest order data (byte->word->dword)
g - Goto
c - Make Code
d - Make Data
o - Make Offset
a - Make Ascii string
u - Undefine
n - Name location or procedure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment