Nearpc
parser = argparse.ArgumentParser(description='Like nearpc, but will emulate instructions from the current $PC forward.')
module-attribute
¶
emulate(pc=None, lines=None, emulate_=True)
¶
Like nearpc, but will emulate instructions from the current $PC forward.
nearpc(pc=None, lines=None, emulate=False, use_cache=False, linear=True)
¶
Disassemble near a specified address.