Module ida_undo

create_undo_point(*args) ‑> bool

create_undo_point(input_bytes) -> bool Create a new restore point. The user can undo to this point in the future.

bytes: (C++: const uchar *) body of the record for UNDO_ACTION_START
return: success; fails if undo is disabled

create_undo_point(bytes, size) -> bool

bytes: uchar const *

perform_redo() ‑> bool

perform_redo() -> bool Perform redo.

return: success

perform_undo() ‑> bool

perform_undo() -> bool Perform undo.

return: success

Last updated