Skip to content

tmr232/Sark

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sark

General

IDA Plugins & IDAPython Scripting Library.

For documentation, see sark.rtfd.io.

Installation (Python 3 & IDA 7.4)

For latest version (IDA7.4 & Python3):

pip3 install -U git+https://github.com/tmr232/Sark.git#egg=Sark

Or from PyPI:

pip3 install sark

For more info see here.

Python 2 & IDA < 7.4

As of the release of IDA 7.4, Sark is only actively developed for IDA7.4 or newer, and Python 3.

Python2 and older IDA is still supported for bugfixes & community contributions and is maintained on the IDA-6.x branch.

To install Sark for older IDA use:

pip2 install -U git+https://github.com/tmr232/Sark.git@IDA-6.x#egg=Sark

Or from PyPI:

pip2 install "sark<7.4"

Dependencies

  1. NetworkX
  2. wrapt

Plugins

Plugin documentation and installation instructions.