Advertisement
BaSs_HaXoR

IDA PRO KEYBOARD SHORTCUTS

Nov 20th, 2015
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. ALL IDA PRO SHORTCUTS:
  2. https://www.hex-rays.com/products/ida/support/freefiles/IDA_Pro_Shortcuts.pdf
  3.  
  4. Datarescue
  5. Interactive Disassembler (IDA) Pro
  6. Quick Reference Sheet
  7. (http://www.datarescue.com)
  8. Open Subviews
  9. Names ___________________________________ Shift+F4
  10. Functions ________________________________ Shift+F3
  11. Strings __________________________________ Shift+F12
  12. Segments _________________________________ Shift+F7
  13. Segment registers ___________________________ Shift+F8
  14. Signatures ________________________________ Shift+F5
  15. Type libraries _____________________________ Shift+F11
  16. Structures _________________________________ Shift+F9
  17. Enumerations ____________________________ Shift+F10
  18. Data Format Options
  19. ASCII strings style ____________________________ Alt+A
  20. Setup data types ______________________________ Alt+D
  21. File Operations
  22. Parse C header file ___________________________ Ctrl+F9
  23. Create ASM file ____________________________ Alt+F10
  24. Save database _______________________________ Ctrl+W
  25. Navigation
  26. Jump to operand ______________________________ Enter
  27. Jump in new window _______________________ Alt+Enter
  28. Jump to previous position ________________________ Esc
  29. Jump to next position ______________________ Ctrl+Enter
  30. Jump to address _________________________________ G
  31. Jump by name _______________________________ Ctrl+L
  32. Jump to function _____________________________ Ctrl+P
  33. Jump to segment _____________________________ Ctrl+S
  34. Jump to segment register ______________________ Ctrl+G
  35. Jump to problem ____________________________ Ctrl+Q
  36. Jump to cross reference _______________________ Ctrl+X
  37. Jump to xref to operand ___________________________ X
  38. Jump to entry point __________________________ Ctrl+E
  39. Mark Position _______________________________ Alt+M
  40. Jump to marked position ______________________ Ctrl+M
  41. Debugger
  42. Star process ____________________________________ F9
  43. Terminate process ___________________________ Ctrl+F2
  44. Step into ______________________________________ F7
  45. Step over ______________________________________ F8
  46. Run until return _____________________________ Ctrl+F7
  47. Run to cursor ___________________________________ F4
  48. Breakpoints
  49. Breakpoint list ___________________________ Ctrl+Alt+B
  50. Watches
  51. Delete watch __________________________________ Del
  52. Tracing
  53. Stack trace ______________________________ Ctrl+Alt+S
  54. Search
  55. Next code __________________________________ Alt+C
  56. Next data __________________________________ Ctrl+D
  57. Next explored _______________________________Ctrl+A
  58. Next unexplored ____________________________ Ctrl+U
  59. Immediate value ______________________________ Alt+I
  60. Next immediate value _________________________ Ctrl+I
  61. Text ______________________________________ Alt+T
  62. Next text __________________________________ Ctrl+T
  63. Sequence of bytes ____________________________ Alt+B
  64. Next sequence of bytes _______________________ Ctrl+B
  65. Not function ________________________________ Alt+U
  66. Next void __________________________________ Ctrl+V
  67. Error operand ______________________________ Ctrl+F
  68. Graphing
  69. Flow chart ____________________________________ F12
  70. Function calls _____________________________ Ctrl+F12
  71. Miscellaneous
  72. Calculator _____________________________ Shift+/
  73. Cycle through open views ________________ Ctrl+Tab
  74. Select tab _________________________ Alt + [1…N]
  75. Close current view ______________________ Ctrl+F4
  76. Exit ___________________________________ Alt+X
  77. IDC Command ________________________ Shift+F2
  78. Edit (Data Types – etc)
  79. Copy ____________________________________ Ctrl+Ins
  80. Begin selection _______________________________ Alt+L
  81. Manual instruction __________________________ Alt+F2
  82. Code __________________________________________ C
  83. Data __________________________________________ D
  84. Struct variable _______________________________ Alt+Q
  85. ASCII string ____________________________________ A
  86. Array ______________________________________ Num *
  87. Undefine ______________________________________ U
  88. Rename _______________________________________ N
  89. Operand Type
  90. Offset (data segment) _____________________________ O
  91. Offset (current segment) ______________________ Ctrl+O
  92. Offset by (any segment) ________________________ Alt+R
  93. Offset (user-defined) __________________________ Ctrl+R
  94. Offset (struct) ___________________________________ T
  95. Number (default) ____________________________ Shift+3
  96. Hexadecimal ____________________________________ Q
  97. Decimal _______________________________________ H
  98. Binary _________________________________________ B
  99. Character ______________________________________ R
  100. Segment _______________________________________ S
  101. Enum member __________________________________ M
  102. Stack variable ___________________________________ K
  103. Change sign ________________________________ Shift+-
  104. Bitwise negate ______________________________ Shift+`
  105. Manual ____________________________________ Alt+F1
  106. Comments
  107. Enter comment ______________________________ Shift+;
  108. Enter repeatable comment __________________________ ;
  109. Enter anterior lines ______________________________ Ins
  110. Enter posterior lines ________________________ Shift+Ins
  111. Insert predefined comment ___________________ Shift+F1
  112. Segments
  113. Edit segment ________________________________ Alt+S
  114. Change segment register value __________________ Alt+G
  115. Structs
  116. Struct var __________________________________ Alt+Q
  117. Force zero offset field ________________________ Ctrl+Z
  118. Select union member __________________________ Alt+Y
  119. Functions
  120. Create function __________________________________ P
  121. Edit function ________________________________ Alt+P
  122. Set function end _________________________________ E
  123. Stack variables ______________________________ Ctrl+K
  124. Change stack pointer __________________________ Alt+K
  125. Rename register _________________________________ V
  126. Set function type _________________________________ Y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement