Skip to content

ida ¤

Functions:

  • j

    Synchronize IDA's cursor with GDB

  • up

    Select and print stack frame that called this one.

  • down

    Select and print stack frame called by this one.

  • save_ida

    Save the IDA database

  • ida

    Evaluate ida.LocByName() on the supplied value.

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Select and print stack frame called by this one."
)

j ¤

j(*args) -> None

Synchronize IDA's cursor with GDB

up ¤

up(n=1) -> None

Select and print stack frame that called this one.

down ¤

down(n=1) -> None

Select and print stack frame called by this one.

save_ida ¤

save_ida() -> None

Save the IDA database

ida ¤

ida(name)

Evaluate ida.LocByName() on the supplied value.