Skip to content

v0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 21:19
· 80 commits to master since this release

ghidra-delinker-extension v0.3.2 (2024-05-22)

Bug Fixes

  • MIPS handle branch delay slots with duplicated HI16 relocations (6df91 Jean-Baptiste Boric)
  • apply bitmask to addends inside AbstractRelocationBitmask (f194b Jean-Baptiste Boric)
  • MIPS support MIPS26 relocations with negative addends (b7490 Jean-Baptiste Boric)
  • improve error messages on relocation synthesizer failures (7c820 Jean-Baptiste Boric)
  • MIPS only consider symbol relative relocations for gp register (d2a6e Jean-Baptiste Boric)
  • MIPS handle HI16/LO16 relocation pairs with unaligned loads/stores (d938b Jean-Baptiste Boric)
  • MIPS handle references on output registers (b01b5 Jean-Baptiste Boric)
  • ELF precompute set of symbol names targeted by a relocation (e82b8 Jean-Baptiste Boric)
  • track progress during analysis (a1f71 Jean-Baptiste Boric)
  • MIPS take code flow into account during analysis (827d5 Jean-Baptiste Boric)