Skip to content

Releases: lab313ru/ghidra_psx_ldr

Updated to Ghidra v10.3.1

27 Jun 09:27
Compare
Choose a tag to compare

Subj.

What's Changed

  • Added libgpu macro detector. by @twevs in #67

New Contributors

  • @twevs made their first contribution in #67

Full Changelog: v6.5...v6.7

Updated to Ghidra v10.2.3

11 Feb 15:17
Compare
Choose a tag to compare

Added MIPS Unaligned Instruction Fix

13 Aug 21:39
Compare
Choose a tag to compare

According to the analyzer description: " leads to considerably improved decompilation of lwl/lwr and swl/swr pairs".

Updated to v10.1.5

29 Jul 10:32
f17fea5
Compare
Choose a tag to compare
  • Includes latest PRs
  • Updated to the latest Ghidra.

Added more gte macroses, fixed bugs

22 Jan 22:51
Compare
Choose a tag to compare
  • 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

22 Jan 17:17
Compare
Choose a tag to compare
  • 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

22 Jan 14:01
Compare
Choose a tag to compare
  • Fixed a NullPointerException bug related to the overlayed refs.

GTE macroses!

22 Jan 00:38
Compare
Choose a tag to compare
  • All GTE macroses now implemented!
  • COP2 instructions now can be correctly decompiled
  • Correct decompilation of all GTE regs related stuff

imageimage

Overlays GP initialization

10 Jan 21:24
Compare
Choose a tag to compare

Now every new overlay segment also uses a main executable GP base address.

Small fix to the latest release

09 Jan 20:00
Compare
Choose a tag to compare
  • Fixed exception when passing a function pointer to another function.