Installation

For Sark Users

To get the bleeding edge version, use:

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

To install the IDA Plugins (optional) download the entire repository from GitHub and read Installing Plugins.

Updates

To update Sark to the latest version, just run the installation command again.

For Sark Developers

If you want to help in the development of Sark, follow this.

Clone the Sark repository to get the latest version

git clone https://github.com/tmr232/Sark.git && cd Sark
pip install -e .

Updates

To update Sark to the latest version (including all installed codecs and plugins) simply pull the latest version from the repo

git pull