Skip to content

kuna v1.143

Choose a tag to compare

@github-actions github-actions released this 16 Aug 06:40
2b5117f

Each archive ships kuna (the CLI), decomp_dbg (the decompiler console), and slacomp (the SLEIGH compiler).

The engine needs compiled SLEIGH specs at runtime: extract kuna-v1.143-specs.tar.gz and point KUNA_SPECS at the extracted specs/ directory. See docs/release.md.

What's Changed

  • [AUTOMATED] fix(p1): demangled operator names lost their spelling (DIV-73) by @mahaloz in #297
  • [AUTOMATED] feat(web): the browser UI could not ask for more than fast on a large binary by @mahaloz in #298
  • [AUTOMATED] feat(p2): msvcftol - recover the x87 argument MSVC's __ftol helper had been dropping (DIV-74) by @mahaloz in #300
  • [AUTOMATED] feat(types): decode the rest of <data_organization> so scalar widths are knowable per target by @mahaloz in #301
  • [AUTOMATED] feat(p9): ctypes - emit valid per-architecture C type names instead of the Ghidra core-type vocabulary (DIV-75) by @mahaloz in #302

Full Changelog: v1.138...v1.143