A Python library for reading and writing the memory of an emulated game in Dolphin
Project description
dolphin-memory-lib
A Python library for reading and writing the memory of an emulated game in Dolphin.
Usage
from dolphin.memorylib import Dolphin
if dolphin.hook() is None:
print('No game is running')
addr = 0x80000000
dolphin.write_uint32(addr, 39)
result = dolphin.read_uint32(0x80000000)
# assert result == 39
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sup-dolphin-memory-lib-0.1.2.tar.gz
.
File metadata
- Download URL: sup-dolphin-memory-lib-0.1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67138810f6a586984e33cfc07d616fa00e90f316d5ecd65d2f87ee461fa3b114 |
|
MD5 | 9da4fb53e46c6651c1d5ac4ee6fca021 |
|
BLAKE2b-256 | d4b3f6dc1e54ba5983d29976e3296a9999a656e1a5126b924b180d17c36901c2 |
File details
Details for the file sup_dolphin_memory_lib-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: sup_dolphin_memory_lib-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5195ef1077f21bb31221c7a1df8558c12c2cc09f6b3711e74c5ac0e88e583c8e |
|
MD5 | 809482d7de5373ea5bd16b84dc15beab |
|
BLAKE2b-256 | 12fd85175fd99e1a54f1803825e8ff8ac3c4861a57159e5f49a64431252d3d81 |