Accessing another executables memory.

Just starting out? Need help? Post your questions and find answers here.
User avatar
em_uk
Enthusiast
Enthusiast
Posts: 366
Joined: Sun Aug 08, 2010 3:32 pm
Location: Manchester UK

Accessing another executables memory.

Post by em_uk »

I'm writing an editor for an 8 bit games creator that runs on the system and looking for ways to access the internal ram of the computer. Currently I am using snapshots from an emulator but being able to read / write fuse's memory would remove the need to have a special modified version of fuse (spectrum emulator).

HxD is able to read and write and applications memory, and works doing what I want (being able to change game scripts while in memory).

has anyone go any information on how HxD does this and can implement into my own application?

Cheers :)
----

R Tape loading error, 0:1
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: Accessing another executables memory.

Post by Dude »

User avatar
em_uk
Enthusiast
Enthusiast
Posts: 366
Joined: Sun Aug 08, 2010 3:32 pm
Location: Manchester UK

Re: Accessing another executables memory.

Post by em_uk »

Thanks managed to get it reading Fuse's ram ok, now to see what I can do :)
----

R Tape loading error, 0:1
Post Reply