forked from mnovalbos/gamegear-micro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
20 lines (18 loc) · 1.26 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
####################################################################################
# WARNING undocumented/untested tools ahead,use them under your own responsability #
###################################################################################
This repository keeps some tools intended to help people hacking the Sega Game Gear Micro emulator.
These tools will work only with the Black GG Micro emulator, untested in any other version. Any
resemblance with any "standard" tool is merely a coincidence, I didn't wrote this tools for daily
use.
Directory "assets":
- Some tools to help editing "assets.bin" file, which keeps all the files used by the emulator. After
repacking the "assets.bin" file, this tool will generate a "patch" file that will be used with the next
patch tools.
Directory "elfPatcher"
- Some tools to help hacking the emulator itself. Given a fresh copy of Sega's GG micro emulator,
PatcherSearch will search for some values/offsets/indexes inside the executable file, and generate
a text file with the vaules found. These values can be used inside the "assets" project, in order to generate
"patch" files.
- ElfPatcher will take a "patch" file generated by "assets" project, and will patch the "app" emulator exec file
with new values/instructions