-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disassembly unreadable after starting debugger #614
Comments
The disassembly is unavailable because the target is running, so the memory is not readable, and the attempt to disassemble just fails. You can interrupt the target by pressing the "Pause" button and it will become available. There is still a problem that the entry breakpoint is not hit. For that, could you please let me know how you are configuring the debugger? Did you change default settings? |
Would it be possible to share the binaries with me so that I can see what went wrong? |
There is probably only one bug that prevents the target from stopping at the entry breakpoint, then things just pile up |
unfortunately the application setup is huge and installation not that easy so I guess its not worth the time. I can share with you further details via discord in case you are interested (username: rainson12). Otherwise I just might wait for the next release and try it again, really appreciate your efforts! |
Are you using the free version? If not, you can switch to use the dev version, which I believe have most, if not all, of the above issues fixed already |
Closing this due to inactivity. Also this is likely a bug in the last stable's debugger memory cache management that has been fixed |
I am a bit lost. When using binja to check a binary, the assembler code is just fine. However when launching the assembly using the debugger, all the disassembly code is gone and also no breakpoints are hit (probably because the remote address is incorrectly calculated?).
Before:
After starting the debugger:
There is also no analysis happening. I am a bit lost, what do i need to do in order to get back the assembkly code + actually triggering the breakpoint?
The text was updated successfully, but these errors were encountered: