mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 18:27:04 +03:00
Add objdiff setup
This is intended more as a proof of concept as we figure things out than the start of an actual decompilation in this repository. Target object files are currently "bring your own."
This commit is contained in:
parent
10b3c8c273
commit
7e1785e466
12 changed files with 151 additions and 27 deletions
17
src/Jet2.cpp
17
src/Jet2.cpp
|
|
@ -1,17 +0,0 @@
|
|||
#include "Core.hpp"
|
||||
|
||||
|
||||
// Address: 0x0022FCE0
|
||||
// Core.cpp really seems like a more natural place to put this, but it doesn't
|
||||
// appear to be with Core.cpp's other data in .data
|
||||
Game * g_game;
|
||||
|
||||
|
||||
// Address: 0x0006F9E0
|
||||
// Matching: yes
|
||||
void main(void) {
|
||||
g_game = new Game(NULL, 0);
|
||||
g_game->initExecRootObj();
|
||||
g_game->mainLoop();
|
||||
delete g_game;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue