Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sup-dolphin-memory-lib-0.1.2.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

sup_dolphin_memory_lib-0.1.2-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file sup-dolphin-memory-lib-0.1.2.tar.gz.

File metadata

File hashes

Hashes for sup-dolphin-memory-lib-0.1.2.tar.gz
Algorithm Hash digest
SHA256 67138810f6a586984e33cfc07d616fa00e90f316d5ecd65d2f87ee461fa3b114
MD5 9da4fb53e46c6651c1d5ac4ee6fca021
BLAKE2b-256 d4b3f6dc1e54ba5983d29976e3296a9999a656e1a5126b924b180d17c36901c2

See more details on using hashes here.

File details

Details for the file sup_dolphin_memory_lib-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for sup_dolphin_memory_lib-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5195ef1077f21bb31221c7a1df8558c12c2cc09f6b3711e74c5ac0e88e583c8e
MD5 809482d7de5373ea5bd16b84dc15beab
BLAKE2b-256 12fd85175fd99e1a54f1803825e8ff8ac3c4861a57159e5f49a64431252d3d81

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page