Skip to content

kuna v1.202

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 10:48
211f54a

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.202-specs.tar.gz and point KUNA_SPECS at the extracted specs/ directory. See docs/release.md.

kuna-v1.202-KunaDecompiler-ghidra_12.1.2.zip is the ready-to-install KunaDecompiler extension for Ghidra 12.1.2 (in Ghidra: File -> Install Extensions... -> + -> pick the zip -> restart -> enable KunaDecompilerPlugin). It bundles prebuilt kuna_ghidra backends for Linux x86_64/arm64, macOS x86_64/arm64, and Windows x86_64, so it installs fully airgapped: the Ghidra release zip plus this zip are the only two files needed -- no network, no Rust toolchain. The zip is version-locked to Ghidra 12.1.2; other Ghidra 12.x versions can choose "Install Anyway" at the version-mismatch dialog (compatibility unverified).

What's Changed

  • fix(repipe): close the nine defects the review left open, and run the promoted probes by @mahaloz in #364
  • fix(console): a path with a space is one argument, not two by @shreethaar in #363
  • feat(cli): xrefs, decompile --json, unpack, and the manual inside the binary by @mahaloz in #365
  • feat(repipe): standing brief — be an interface, not an oracle by @mahaloz in #366
  • [AUTOMATED] fix(entry): preserve loader selectors by @phix33 in #350

New Contributors

Full Changelog: v1.197...v1.202