-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
73,805 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
dcb4008bc3465156895a10c4d7a7bd56223bee5a build/JP0/main.dol | ||
679d960150577de4b3e4d49af92ae719184edb4c build/JP0/relF/relF.rel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
object: sys/main.dol | ||
object_base: orig/JP0 | ||
hash: dcb4008bc3465156895a10c4d7a7bd56223bee5a | ||
symbols: config/JP0/symbols.txt | ||
splits: config/JP0/splits.txt | ||
mw_comment_version: 15 | ||
quick_analysis: false | ||
|
||
modules: | ||
- object: files/rel/relF.bin:nlzss | ||
hash: 679d960150577de4b3e4d49af92ae719184edb4c | ||
symbols: config/JP0/relF/symbols.txt | ||
splits: config/JP0/relF/splits.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Sections: | ||
.text type:code align:4 | ||
.ctors type:rodata align:4 | ||
.dtors type:rodata align:4 | ||
.rodata type:rodata align:8 | ||
.data type:data align:32 | ||
.bss type:bss align:8 | ||
|
||
Runtime.PPCEABI.H/global_destructor_chain.c: | ||
.text start:0x0003DF24 end:0x0003DF94 | ||
.dtors start:0x00000000 end:0x00000004 rename:.dtors$10 | ||
.dtors start:0x00000004 end:0x00000008 skip | ||
.bss start:0x00000B50 end:0x00000B54 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Sections: | ||
.init type:code align:4 | ||
extab type:rodata align:32 | ||
extabindex type:rodata align:32 | ||
.text type:code align:32 | ||
.ctors type:rodata align:32 | ||
.dtors type:rodata align:16 | ||
.rodata type:rodata align:32 | ||
.data type:data align:16 | ||
.bss type:bss align:128 | ||
.sdata type:data align:32 | ||
.sbss type:bss align:4 | ||
.sdata2 type:rodata align:16 | ||
.sbss2 type:bss align:32 | ||
|
||
Runtime.PPCEABI.H/__init_cpp_exceptions.cpp: | ||
.text start:0x80253E10 end:0x80253E80 | ||
.ctors start:0x80319140 end:0x80319144 rename:.ctors$10 | ||
.dtors start:0x803191A0 end:0x803191A4 rename:.dtors$10 | ||
.dtors start:0x803191A4 end:0x803191A8 rename:.dtors$15 | ||
.sdata start:0x805424F8 end:0x80542500 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ | |
DEFAULT_VERSION = 0 | ||
VERSIONS = [ | ||
"EU0", # 0 | ||
"JP0", # 1 | ||
] | ||
|
||
parser = argparse.ArgumentParser() | ||
|