CheckPointSW / Karta

Karta - source code assisted fast binary matching plugin for IDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Python 3.X

chkp-eyalit opened this issue · comments

The code was developed in Python 2.7.X, and probably won't work out of the box for Python 3.X users. Should update the code so it will support all Python versions.

commented

error:

C:\Users\noerror>pip install sark
Collecting sark
  Downloading https://files.pythonhosted.org/packages/8d/6e/ff5d8dae97bda45401325ff210628b1e0974d3b146c013b0552141417d4d/sark-1.0.tar.gz
Collecting networkx (from sark)
  Downloading https://files.pythonhosted.org/packages/85/08/f20aef11d4c343b557e5de6b9548761811eb16e438cee3d32b1c66c8566b/networkx-2.3.zip (1.7MB)
     |████████████████████████████████| 1.8MB 1.1MB/s
Collecting awesomelib (from sark)
  Downloading https://files.pythonhosted.org/packages/eb/1c/3217d82071537174c87af94a8274a4aef1f8856273c112d549beb2d105dc/awesomelib-0.1.0-py2.py3-none-any.whl
Collecting wrapt (from sark)
  Downloading https://files.pythonhosted.org/packages/67/b2/0f71ca90b0ade7fad27e3d20327c996c6252a2ffe88f50a95bba7434eda9/wrapt-1.11.1.tar.gz
Collecting idacute (from sark)
  ERROR: Could not find a version that satisfies the requirement idacute (from sark) (from versions: none)
ERROR: No matching distribution found for idacute (from sark)