Skip to content

xor ¤

Functions:

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Memfrobs a region of memory (xor with '*')."
)

xor_memory ¤

xor_memory(address, key, count)

Helper function for xorring memory in gdb

xor ¤

xor(address, key, count) -> None

memfrob ¤

memfrob(address, count)