Skip to content

1.29.0

Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 09 Sep 23:35
· 16 commits to master since this release
e1f0948

[1.29.0] - 2024-09-09

Added

  • New ContextSymbol.functionOwnerForMigration attribute.
    • Allows to override to which function a given rodata symbol should be
      migrated to.
    • Specially useful for unreferenced symbols.
    • WARNING: It is undefined behavior if during rodata migration the listed
      function does not exists on the given text section. For example this symbol
      may get lost in limbo.

Fixed

  • Fix data references to symbols with adends (that have user declared sizes)
    being symbolized instead of just using an addend to the symbol.
    • This bug seems like was only happening if the referenced symbol was in the
      same section as the one who was referencing it.