Techniques
- x64dbg Default Breakpoints
- x64dbg Strings References
- x64dbg Find PE Header
- x64dbg Intermodular Calls
- x64dbg Extract DLL
Buttons & What they do
button name | icon | purpose |
---|---|---|
restart | rerun the code from first breakpoint | |
close | close current program | |
run | run until next breakpoint | |
pause | Pause program execution. this means the loops/IO end briefly | |
step into | step forwards 1 step, can go into functions | |
step over | step forwards 1 step, will pass over funtions | |
trace into | ||
trace over | ||
execute til return | run until we hit a βretβ. useful if you want to get out of a function | |
run to user code |
C Functions & What they do
Hotkeys
CTRL+G: Go to a memory address