encounter / objdiff

A local diffing tool for decompilation projects
Apache License 2.0
124 stars 21 forks source link

Bump unarm to 1.5.0 #98

Closed AetiasHax closed 3 months ago

AetiasHax commented 3 months ago

unarm 1.5.0 fixes some erroneous instructions, including prioritizing LDRSB/LDRH/LDRSH over CMP (they have very similar bit patterns) and allowing backwards branches on Thumb (my apologies to GBA devs). See other changes at https://github.com/AetiasHax/unarm/pull/5.

encounter commented 3 months ago

Thanks for the continued ARM support!