Ida
parser = argparse.ArgumentParser(description='Select and print stack frame called by this one.')
module-attribute
¶
down(n=1)
¶
Select and print stack frame called by this one.
ida(name)
¶
Evaluate ida.LocByName() on the supplied value.
j(*args)
¶
Synchronize IDA's cursor with GDB
save_ida()
¶
Save the IDA database
up(n=1)
¶
Select and print stack frame that called this one.