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.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

sup_dolphin_memory_lib-0.1.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

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