Created
January 31, 2019 13:06
-
-
Save albertzsigovits/909999befdded8989e745603428503aa to your computer and use it in GitHub Desktop.
OllyDbg Keyboard Shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # OllyDbg Keyboard Shortcuts | |
| ############################ | |
| F2 Toggle Breakpoint | |
| F7 Step Into | |
| F8 Step Over | |
| F9 Run | |
| * View current location | |
| numpad Navigate back | |
| Enter Navigate forward | |
| Ctrl+*(numpad) Set EIP | |
| Ctrl+E Modify bytes on current breakpoint | |
| Alt+M Open memory map | |
| : Label |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment