You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running debugger code: dc.restart(); dc.go_and_wait(); regs = {reg: hex(dc.get_reg_value(reg)) for reg in dc.regs}; print('Hit', regs)
[0:0 Default error] LLDB: go failed, process state is not stopped
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Fatal Python error: Aborted
Steps To Reproduce:
Running this code on a launched little CTF binary
Expected Behavior:
No crash.
Binary:
Same binary as from previous crashes (it's not really an important binary, although it is PIE)
The text was updated successfully, but these errors were encountered:
Version and Platform (required):
Binja4.2.6455-Stable
Bug Description:
Running debugger code: dc.restart(); dc.go_and_wait(); regs = {reg: hex(dc.get_reg_value(reg)) for reg in dc.regs}; print('Hit', regs)
[0:0 Default error] LLDB: go failed, process state is not stopped
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Fatal Python error: Aborted
Steps To Reproduce:
Running this code on a launched little CTF binary
Expected Behavior:
No crash.
Binary:
Same binary as from previous crashes (it's not really an important binary, although it is PIE)
The text was updated successfully, but these errors were encountered: