Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.02 KB

CHEATSHEET.rst

File metadata and controls

53 lines (38 loc) · 1.02 KB

My Cheatsheet

Assembly x86

Miscellaneous

IDA PRO

Shortcuts

Esc Previous window.
Ctrl+Enter Next window.
Shift+F12 Show strings window.
Shift+F12 Show strings window.
Alt+T Full text search.
Spacebar Switch between Hex & Graph view.
; Enter comment.

Miscellaneous

  • Solarized dark color scheme (link)

OllyDbg

Shortcuts

F2 Toggle a breakpoint.
Ctrl+B Binary string search.
Ctrl+G Go to expression (address).
Ctrl+R Find reference to selected block.