Releases: lab313ru/ghidra_psx_ldr
Releases · lab313ru/ghidra_psx_ldr
Updated to Ghidra v10.3.1
Updated to Ghidra v10.2.3
Added MIPS Unaligned Instruction Fix
According to the analyzer description: " leads to considerably improved decompilation of lwl/lwr and swl/swr pairs".
Updated to v10.1.5
- Includes latest PRs
- Updated to the latest Ghidra.
Added more gte macroses, fixed bugs
- Added gte_rt()
- Added script to apply GTE scripts segment manually
- Added ability to add your own macroses without manual removing of GTEMAC
- Fixed displaying 0 instead of zero
- Allowing to use PsxPlugin after changing LanguageID
- Added ldsv gte macro without lhu's
GTE support for old projects
- If your project was created in the version before one with GTE macroses support, the loader will automatically upgrade it.
- Fixed setting GP register for overlays ( again:) )
Fixed bug
GTE macroses!
Overlays GP initialization
Now every new overlay segment also uses a main executable GP base address.
Small fix to the latest release
- Fixed exception when passing a function pointer to another function.