Skip to content

Kam1n0 v2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@steven-hh-ding steven-hh-ding released this 08 Nov 15:47
· 37 commits to master2.x since this release

Kam1n0 v2:

Latest tag for 2.0.0:

PullRequest-169_2018-05-23-21_*

  • Breaking changes, cumulative updates.
  • Added several views for Sym1n0 (vex text/flow comparison, syntax tree comparison).
  • Sym1n0 is not backward compatible.
  • First RC release.

Checksum:

Name: PullRequest-169_2018-05-23-21-33-53_Kam1n0-IDA-Plugin.tar.gz
SHA256: 0842CC3F4CC4F268A91B34A80E2E42C76456E4E598583430C12200FF1BB189E2

Name: PullRequest-169_2018-05-23-21-33-05_Kam1n0-IDA-Plugin.exe
SHA256: A5D5B8721D3E56EDC6740A30FFEB4E382F3C4ED5737C51A7E3F26851D05A6A76

Name: PullRequest-169_2018-05-23-21-33-25_Kam1n0-Server.exe
SHA256: FE42D54D3606C0C2CD1A4C43F1CA31520E1E8A566B54510C60AFCFE7B1EE5895

Name: PullRequest-169_2018-05-23-21-33-54_Kam1n0-Server.tar.gz
SHA256: EF2B4CBB4B48E58D97524D3032BC6E9A43BFF22A9B0302F9152BD31622305665

Notes:

  • Completely remove the old version first.
  • Support any IDA > 6.7
  • Backward incompatible.
  • Refactored engine to support serving multiple repositories simultaneously.
    • User can create applications of different types.
    • An application comes with a repository and other resource.
    • A specific type of application provides a specific set of assembly analysis services.
    • Current application types:
      • Asm-Clone (sub-graph & architecture-agnostic).
      • Sym1n0 (cross-architecture search).
      • Asm2Vec (search whatever you index, robust, fast but no-subgraph).
      • More analysis will be added later.
  • Redesigned and enhanced UI views and elements.
  • Added assembly code representation learning (against optimization and code obfuscation).
  • More details can be found on the user manual (coming soon).
  • Linux support in progress.
    • *.tar.gz files are for linux.
    • Preliminary tested on WLS (Ubuntu distribution)
    • Dependencies for IDA Plug-in are not included. Check Github page for required dependencies.

Tag history:

Issue-166_2018-05-14-12-34-33_* (cumulative update)
PullRequest-157_2018-03-26-20-28-29_Kam1n0-* (initial v2 release)