Replies: 1 comment
-
|
Hi @Nitruhs sorry for the late response. That error message does not seem to be related to the debugger -- can you provide a repro step so that I can reproduce it? If you are debugging code that allocates a buffer and the address of the buffer is different every time, then there is no general solution for it. However, you may use TTD to record the execution and replay it, which gives you deterministic replay and those addresses would not change. https://docs.binary.ninja/guide/debugger/dbgeng-ttd.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I set a breakpoint in unpacked (dynamic code), the debugger no longer starts with the error of "FeatureMap not rendering artifact at 0x ... with length of ...
Is there a better way to do this? Is there some way to set breakpoints in dynamic code so I don't have to reset them every time I restart the binary?
Beta Was this translation helpful? Give feedback.
All reactions