![]() Former-commit-id: 519e20121a606c5980481c176bc15d109eb14884 [formerly 5b3b7742307dc8ccc72022c34277c279071a1255] [formerly 69a3bba2a1b955988133d87e3b0584e816bb410d [formerly 8803b872ec3906e045b494b5a6e13f72204f0ade]] Former-commit-id: 62a5c6ce3477365e13588e29870a20f4ca082214 [formerly 60504cb649bcc605970530352618ac5080ed58ce] Former-commit-id: f8e7f3fd006392a4453eb2af4e360a8ccf7879b5 |
||
---|---|---|
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.