Exit with code 14 instead of continuing
Using Debian Linux and version Binary Ninja 4.0.4911 free
- Load file
- Create breakpoint
- Start debugging
- Resume from initial breakpoint at entry
- Interact in console with program
- Hit breakpoint
- Create stack view and interact with stack view
- Resume
- Exits with code '14' instead of further interaction with console
Does not reproduce consistently. Sometimes does resume and interact as expected, then shows exit with code 0. Actual debugged program main returns %eax if equal to zero only.
Using Debian Linux and version
Binary Ninja 4.0.4911 free
Load file
Create breakpoint
Start debugging
Resume from initial breakpoint at entry
Interact in console with program
Hit breakpoint
Create stack view and interact with stack view
Resume
Exits with code '14' instead of further interaction with console
Does not reproduce consistently. Sometimes does resume and interact as expected, then shows exit with code 0. Actual debugged program main returns %eax if equal to zero only.
Hi @hack-char, could you please share with me the relevant binary so that I can reproduce it easier?
If you have a hackthebox account, you can grab it from the racecar challenge. I'll take another look tonight and see if I can re-create the crash.