There's a FF7 Disassembly?

  • Thread starter Thread starter MysticLord
  • Start date Start date
Status
Not open for further replies.
M

MysticLord

Guest
While gawping at a thread where a certain user who shall remain unnamed did as such
5oeu9b.gif
, I noticed that quantumpencil mentioned that there's a disassembly of the game.

quantumpencil said...
My dissassembly of the game is open source.

Where can I find this?
 
Last edited:
https://github.com/FFT-Hackers/FF7-Disassembly

Requires IDA-Tools at the same repo. Out of date also (No one was using it so I got lazy about updating it), I have much more reversing done, if you are interested I will update the repo in the morning. I ask only that you sync any new discoveries you happen to make and submit PRs.
 
Last edited:
I'm not really equipped to do much reverse-engineering, especially if this is the PC version, but someone is probably interested. If it doesn't cost you much go ahead and do it.
 
Although I'm pretty new to ff7 modding I'd definitely appreciate an updated disassembly. Would happily PR anything I find.
 
Better question is how do I apply this disassembly and extract my own?
 
Hey man, let me push my changes first (I have a bunch of other stuff that needs sync'd, reversing work on the focus/camera stuff, etc pertaining to the playable summons mod and such)

EDIT: Updated with like a years worth of stuff lol.

Then you can go here https://github.com/FFT-Hackers/IDA-Tools

download and install these plugins as per the readme, and you can load/apply the json sync file to your own disasm, make any edits contributions, write those changes to a new ida-sync json file and add to the PR. Similarly you can export your disasm using produce-file without applying this one.

Sadly this disassembly does not conform to a consistent convention for naming structs (It conforms to several, depending on when I reversed that part lol), etc. I'd love to have a community one where we put some guidelines in place regarding style, comments, etc at some point.
 
Last edited:
Have you made any unpushed progress on your disassemblies and tools for FF6, FFT-WOTL, and other games?
 
Status
Not open for further replies.
Back
Top