I got a crash in branch_predictor_arm.py where it tries to call handle_bnj_arm.
[...]
File "/home/emil/.local/lib/python3.12/site-packages/qiling/debugger/qdb/branch_predictor/branch_predictor_arm.py", line 163, in predict
n2_addr = handle_bnj_arm(ql, next_addr)
^^^^^^^^^^^^^^
NameError: name 'handle_bnj_arm' is not defined
I didn't find any definition and no other use of it in the codebase. Is it an old function that has been removed?
I got a crash in branch_predictor_arm.py where it tries to call
handle_bnj_arm.I didn't find any definition and no other use of it in the codebase. Is it an old function that has been removed?