x64dbg Settings
Options → Preferences → Events
Only “Entry Breakpoint” should be enabled
Options → Preferences → GUI
Enable “Graph Zoom Mode”
x64dbg Shortcuts
Shortcut | Description |
---|---|
; | Add Comment for Assembly Code |
F2 | Set Breakpoint |
Right-click -> Search For -> Current Module -> String References | Find Strings present in Code |
1
: Hexadecimal View
2
: Assembly View
3
: Code Comments
4
: CPU Registers
5
: Call Stack (User Friendly View)
6
: Call Stack (Raw View)
7
: Program Memory (RAM)
8
: Jump Locations
Prologue: Start of a Function
Epilogue: End of a Function