Closed joelreymont closed 4 months ago
There is not enough information to work on this issue. A few things that are actually expected (but it could be surprising to a user):
Internal binary major dine favor
, mea culpa.
Please try debugging it.
There's nothing fancy going on. No protection and no jumps to external libraries.
I have tested in an aarch64 Ubuntu 22.04 VM running on top of apple silicon. Everything seems to be working fine for me:
https://github.com/Vector35/debugger/assets/94503187/e158afde-3a5a-42b8-a2bf-346eb4beecf9
Closing this for now -- the debugger passes our CI and unit test on arm64 Linux
Version and Platform (required):
Internal binary
major dine favor
.I can set a breakpoint at
DjiCore_SetSerialNumber
in gdb and quickly get to the function.When I try to do this in BN it
_start
.Stops as if the binary being debugged exited with code 255 but I have to kill the binary in the terminal since it's still running.
Prints this to the log