Skip to content

Releases: chaoticgd/ghidra-emotionengine-reloaded

The Symbol Table Update SP16

04 May 18:37
4711e33
Compare
Choose a tag to compare
  • Improved the decompilation of unaligned loads/stores with the new MipsR5900PreAnalyzer. abelbriggs1
  • The argument shown in decompilation output for the syscall instruction is now the syscall number instead of the break code (which is now shown in the disassembly).

The Symbol Table Update SP15

13 Apr 17:14
39fb4c5
Compare
Choose a tag to compare
  • Added support for Ghidra 11.0.3.

The Symbol Table Update SP14

29 Mar 06:15
455a245
Compare
Choose a tag to compare
  • Added support for Ghidra 11.0.2.

The Symbol Table Update SP13

02 Feb 23:52
e7c6382
Compare
Choose a tag to compare
  • Added support for Ghidra 11.0.1.
  • Prevent relocations from being applied incorrectly for statically linked executable files that still have a relocation table.

The Symbol Table Update SP12

22 Dec 23:57
51cded4
Compare
Choose a tag to compare
  • Added support for Ghidra 11.0.
  • Fixed parsing of HI16, LO16 and MIPS_26 relocations. abelbriggs1

The Symbol Table Update SP11

22 Oct 13:19
030e4fb
Compare
Choose a tag to compare
  • stabs: Built-ins and typedefs are now imported and used instead of their underlying types.
  • stabs: Bitfields are now imported instead of being replaced with undefined bytes. abelbriggs1
  • stabs: Anonymous return types, parameter types, local variable types and global variable types are now given more useful names.

The Symbol Table Update SP10

04 Oct 20:59
41b15fb
Compare
Choose a tag to compare
  • Added support for Ghidra 10.4.
  • The pmultw instruction is now correctly disassembled.

The Symbol Table Update SP9

15 Sep 23:02
71e6094
Compare
Choose a tag to compare
  • Improve the disassembly of certain VU macro mode instructions.

The Symbol Table Update SP8

04 Sep 21:41
80fd9ed
Compare
Choose a tag to compare
  • stabs: Add support for recovering vtables from binaries built with compiler versions where __vtbl_ptr_type is 8 bytes instead of 4.

The Symbol Table Update SP7

03 Sep 23:28
2b64e20
Compare
Choose a tag to compare
  • stabs: Fixed a number of severe issues relating to inheritance, such as base classes being embedded in sub classes at the wrong offset, and types being misnamed.
  • stabs: Anonymous types defined as part of a global variable, function, or local variable declaration are now named appropriately.