Tarkus

IDA Pro Plugin Manager


License
MIT
Install
pip install Tarkus==0.9.1

Documentation

Tarkus

Status: Tarkus is not currently being developed. It was replaced by Sark's plugin_loader.py plugin. See here: code and docs.

Tarkus is a plugin manager for IDA Pro, modelled after Python's pip.

Getting Started

Install Tarkus:

pip install tarkus

Initialize:

tarkus init "C:\Program Files (x86)\IDA 6.8"

And start installing plugins:

tarkus install autostruct

That's it!

Command Reference

Tarkus - IDA Plugin Manager

Usage:
    tarkus.py install <plugin.yml>
    tarkus.py remove <plugin-name>
    tarkus.py freeze
    tarkus.py init <ida-path>
    tarkus.py repo <repo-path>
    tarkus.py update <plugin-name>
    tarkus.py new <plugin-dir> <plugin-name>