debugger
debugger copied to clipboard
Support not rebasing the input binary view
For a PIE executable, executing under the debugger causes all addresses to permanently change to their rebased runtime values.
Yes the debugger rebases the binary. This may not always be the desired behavior. However, we do not have a better approach at the moment.
Related to https://github.com/Vector35/debugger/issues/477