We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706f0f0 commit 3565a4dCopy full SHA for 3565a4d
qiling/debugger/qdb/qdb.py
@@ -236,7 +236,7 @@ def do_step_over(self, *args) -> Optional[bool]:
236
prophecy = self.predictor.predict()
237
238
if prophecy.going:
239
- cur_insn = disasm(self.ql, self.cur_addr)
+ cur_insn = self.predictor.disasm(self.cur_addr)
240
self.set_breakpoint(self.cur_addr + cur_insn.size, is_temp=True)
241
242
else:
0 commit comments