AetiasHax / ph

Decompilation of The Legend of Zelda: Phantom Hourglass
17 stars 3 forks source link

`objdiff` integration #50

Closed AetiasHax closed 5 months ago

AetiasHax commented 5 months ago

objdiff now supports ARM, and this PR integrates it into our decompilation procedure. The most notable advantages to objdiff are:

This does not obsolete decomp.me, but rather gives us the ability to diff and match entire object files as opposed to individual functions. In fact, we can still use decomp.me for collaborative decompilation by using the "Export to decomp.me" button in objdiff.

In practice, this entails the following changes to this project: