Skip to content

v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 May 19:06
· 70 commits to master since this release
chore: bump workspace to 0.4.1

Patch release — three ARM32 fixes + one printer hang fix landed
since 0.4.0:

  761ee9f  fix(cfg):     strip ARM32 codegen 0x04000000 tag from
                          Call dest offsets (decompile rendered
                          every PLT call as func_4012XXX, broke
                          downstream xrefs/search/callgraph)
  d56189f  fix(imports): ARM32 ELF PLT stub decoder (no PLT name
                          resolution on stripped ARM32 ELF before)
  4e580b3  fix(printer): O(N²) param/RSP scanner — infinite hang
                          on crypto-round megalines (tdpServer-
                          class binaries hung --vulnscan,
                          --callgraph, --xrefs forever)

Plus retroactive regressions:
  5cae78c  test: printer recursion-hang regression
  055eba7  test: ARM32 ELF PLT resolution regression

No public API changes. 135 lib tests + 2 PLT tests + 1 hang test
pass. Bench unchanged (avg 73.8, leaks 236).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>