Skip to content

Patch

parser = argparse.ArgumentParser(description='Patches given instruction with given code or bytes.') module-attribute

parser2 = argparse.ArgumentParser(description='Revert patch at given address.') module-attribute

parser3 = argparse.ArgumentParser(description='List all patches.') module-attribute

patches: Dict[int, Tuple[bytearray, bytearray]] = {} module-attribute

patch(address, ins, quiet)

patch_list()

patch_revert(address)