patch ¤ Functions: patch – patch_revert – patch_list – Attributes: patches (dict[int, tuple[bytearray, bytearray]]) – parser – parser2 – parser3 – patches module-attribute ¤ patches: dict[int, tuple[bytearray, bytearray]] = {} parser module-attribute ¤ parser = ArgumentParser( description="Patches given instruction with given code or bytes." ) parser2 module-attribute ¤ parser2 = ArgumentParser(description='Revert patch at given address.') parser3 module-attribute ¤ parser3 = ArgumentParser(description='List all patches.') patch ¤ patch(address: int, ins: str, quiet: bool) -> None patch_revert ¤ patch_revert(address: int) -> None patch_list ¤ patch_list() -> None