Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

sup39/sup-dolphin-memory-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python library for reading and writing the memory of an emulated game in Dolphin. Moved to https://forgejo.sup39.dev/sup39/sup-dolphin-memory-lib

Resources

License

Stars

Watchers

Forks

Languages