Module index

Module ida_undo

Functions

def 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.

@param 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

@param bytes: uchar const *

def perform_redo() ‑> bool

perform_redo() -> bool Perform redo.

@return: success

def perform_undo() ‑> bool

perform_undo() -> bool Perform undo.

@return: success