Skip to content

Kam1n0 Engine

Pre-release
Pre-release
Compare
Choose a tag to compare
@steven-hh-ding steven-hh-ding released this 05 May 16:31
· 37 commits to master since this release

Release note:

  • [Web UI] Added a web interface for clone search with an assembly function.
  • [Web UI] Added a web interface for clone search with a binary file.
  • [Kam1n0 Workbench] Added Kam1n0 Workbench for creating and managing multiple repositories on a single workstation.
  • [Kam1n0 Core] The binary file clone search result can be shared and browsed on the other machine without access to the repository.
  • [Kam1n0 Core] Support indexing and searching for large binary file (>40mb) without limits on system memory.
  • [Kam1n0 Core] Support ARM, PowerPC, x86 and amd86 binaries.
  • [Kam1n0 Core] Support user-defined processor architecture.
  • [Kam1n0 Core] Optimized index structure supports better scalability and clone search quality.
  • [Kam1n0 Core] Kam1n0 no longer skips basic blocks which have less than three lines of instruction. Now only single line basic block is skipped; thanks to the new index structure.
  • [IDA Pro plug-in for Kam1n0] [Experimental] Added assembly fragment search functionality.
  • [IDA Pro plug-in for Kam1n0] Added a tree view for browsing large number of clones.