|
Sorry for the stupid question, I'm sure I'm missing something completely trivial. What am I missing? I'm sure I'm missing something completely trivial. |
Answered by
eteran
Nov 22, 2022
Replies: 2 comments 4 replies
|
So, edb is specifically a reverse engineering debugger, it is not meant to be used as a "normal" debugger. Because of this, it is operating on the assumption that you DON'T have the source code and are trying to understand someone else's program by looking at the disassembly. |
0 replies
Answer selected by
eteran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, edb is specifically a reverse engineering debugger, it is not meant to be used as a "normal" debugger.
Because of this, it is operating on the assumption that you DON'T have the source code and are trying to understand someone else's program by looking at the disassembly.