Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmr232/tarkus

Plugin Manager for IDA Pro
https://github.com/tmr232/tarkus

Last synced: about 1 month ago
JSON representation

Plugin Manager for IDA Pro

Awesome Lists containing this project

README

        

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
-----------------

.. code:: text

Tarkus - IDA Plugin Manager

Usage:
tarkus.py install
tarkus.py remove
tarkus.py freeze
tarkus.py init
tarkus.py repo
tarkus.py update
tarkus.py new