Skip to content

Kam1n0 Engine (supports cross-architecture clone search)

Pre-release
Pre-release
Compare
Choose a tag to compare
@steven-hh-ding steven-hh-ding released this 10 Feb 02:01
· 11 commits to master since this release
  • [Kam1n0 Core] Added a new symbolic mode. Now it supports cross-architecture sub-graph clone search on the symbolic expression level. Included libvex and z3 library. Supported architectures: x86, AMD64, MIPS32, MIPS64, PowerPC32, PowerPC64, ARM32, and ARM64.
  • [Kam1n0 Core] Updated graph search algorithm. Improved scalability & accuracy. Updated default ALSH settings.
  • [Kam1n0 Core] Added Visual C++ Redistributable for VS15 dependency (included in the installer, it is for z3).
  • [Web UI] In the symbolic mode, we also visualize the control flow graph with abstract syntax tree for each basic block.
  • [Web UI] User can index multiple files at a time.
  • [Web UI] User can directly index idb or i64 file.
  • [Web UI] Fix web UI bugs and improve usability.
  • [Web UI] User can interrupt running jobs through the administration portal.
  • [RESTful API] The old API is no longer working. Check out new API after installation.
  • [IDA Pro plug-in for Kam1n0] Support composition analysis query.