repy_api.mem: This module access to N64Recompiled memory from within Python code. More...
Topics | |
| repy_api.mem.byteswapped | |
| repy_api.mem.byteswapped: This module provides easy reading and writing of data inside N64Recompiled memory. | |
| repy_api.mem.raw | |
| repy_api.mem.raw: This module provides direct access to data N64Recompiled memory, without any kind of byteswapping or type-casting. | |
repy_api.mem: This module access to N64Recompiled memory from within Python code.
Recompiled memory addresses (sometimes referred to as pointers in this documentation) are represented with Python int objects.