kuna v1.137
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.137-specs.tar.gz and point KUNA_SPECS at the extracted specs/ directory. See docs/release.md.
What's Changed
- [AUTOMATED] fix(p1): relocobjects - a COFF .obj exposed only its first function (DIV-70) by @mahaloz in #286
- [AUTOMATED] fix(p4): evalcurrentproto - honor the compiler spec's <eval_current_prototype> so register arguments are recovered (DIV-71) by @mahaloz in #290
- [AUTOMATED] feat(p1): ifuncfpret Stage A - name x86-64 IFUNC PLT stubs so tail jumps to glibc dispatchers become named tail calls by @mahaloz in #287
- [AUTOMATED] fix(test): catalog_bytecompat was left at 102 settables while the catalog is 103 by @mahaloz in #292
- [AUTOMATED] fix(tests): catalog_bytecompat asserted 102 settables against a 103-row table by @mahaloz in #291
- [AUTOMATED] feat(p8): outline - excise a supplied region into a synthesized pseudofunction call by @mahaloz in #294
- [AUTOMATED] fix(p1): selecting an external reported a byte-load failure, not an external (DIV-72) by @mahaloz in #296
Full Changelog: v1.130...v1.137