encounter / decomp-toolkit

A GameCube & Wii decompilation toolkit
Apache License 2.0
115 stars 16 forks source link

Automatically check for invalid extab relocations #75

Closed CelestialAmber closed 1 month ago

CelestialAmber commented 1 month ago

This uses cwextab to decode extab tables during analysis and checks for any invalid relocations not present in those tables by offset.

encounter commented 1 month ago

Looks great, thanks!