![]() Former-commit-id: 24225e64f64afafa410339c11e64320841f31e87 [formerly 6d13b6e35bdfe9f4ece25d559e0ebae006f6c2ec] [formerly 1d3e67d9ee287eae1ebb4ae232bb75bcca676ef8 [formerly 9310e1c2bf20d1367fed0eb57aa44646c91fd3d8]] Former-commit-id: 8e4ed8b1b1f6bd704a04a596529434292603f270 [formerly 4b2762463651628003b6bec313b1d554a1e2e1b8] Former-commit-id: 2819f25b589005a5c7296ea1f246eeab434f64ed |
||
---|---|---|
GE Documentation | ||
bin | ||
font | ||
images | ||
music | ||
obseg | ||
ramrom | ||
src | ||
tools | ||
.gitignore | ||
Makefile.REMOVED.git-id | ||
Makefile.data | ||
ge007.u.config.REMOVED.git-id | ||
ge007.u.ld.REMOVED.git-id | ||
ge007.u.s.REMOVED.git-id | ||
globals.inc.REMOVED.git-id | ||
readme.md |
readme.md
This is a working Goldeneye 007 disassembly!
All code is disassembled! Known functions are labeled. Addresses in .data have not been symbolically represented yet.
All of 21990 compressed data segment is decompressed and assigned to .data. I think all strings are now represented by .asciiz statements. Alot of labels made. Still have to do formatting and structuring of data.
Started Makefile and linker scripts.
KNOWN BUGS: NONE!!!!
Also, still need to take the big series of includes making a single object, and split to many objects linked to right spot. Deconstruction of individual files in ob_seg will happened during or as a result of this.
This dissassembly was made possible by a ton of people who will all be listed later when I make a proper readme.