shakuganz posted: " Hi everyone! This post is a compilation of commonly used commands or shortcuts on Windbg. I hope they will be useful to you. Shortcuts DescriptionShortcutAttach to processF6Debug restartCTRL+SHIFT+F5Open executableCTRL+EOpen source code fileCTRL+O "
bp <program name> + <offset from relative address in hexadecimal without "0x">
See breakpoints
bl
See assembly before current break location
ub eip
Start/Continue execution
g
Step into
t
Step over
p
I hope these tabs have been helpful to you. Feel free to leave any comments below. You may also send me some tips if you like my work and want to see more of such content. Funds will mostly be used for my boba milk tea addiction. The link is here.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.