mirror of https://github.com/pwndbg/pwndbg.git
fix disasm.one() to be called without an address (#189)
This brings back the functionality to call disasm.one() without and target address. As a default value the current regs.pc is selected. Fix the disasm.near() call to not pass None to disasm.one() when the backward cache misses, otherwise it wrongly falls back to the regs.pc value (which near() is not supposed to do in its context).pull/194/head
parent
d277918670
commit
52c1c0655c
Loading…
Reference in new issue