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
Release files for sup-dolphin-memory-lib 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sup-dolphin-memory-lib-0.1.2.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sup_dolphin_memory_lib-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / sup-dolphin-memory-lib-0.1.2.tar.gz
| Download URL | sup-dolphin-memory-lib-0.1.2.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
67138810f6a586984e33cfc07d616fa00e90f316d5ecd65d2f87ee461fa3b114
|
|
BLAKE2b-256 checksum How to use checksums |
d4b3f6dc1e54ba5983d29976e3296a9999a656e1a5126b924b180d17c36901c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.1
|
Release files / sup_dolphin_memory_lib-0.1.2-py3-none-any.whl
| Download URL | sup_dolphin_memory_lib-0.1.2-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5195ef1077f21bb31221c7a1df8558c12c2cc09f6b3711e74c5ac0e88e583c8e
|
|
BLAKE2b-256 checksum How to use checksums |
12fd85175fd99e1a54f1803825e8ff8ac3c4861a57159e5f49a64431252d3d81
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.1
|