Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tmr232/tarkus
- Owner: tmr232
- License: mit
- Created: 2015-05-27T10:38:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T22:41:13.000Z (over 9 years ago)
- Last Synced: 2024-09-28T09:19:17.399Z (about 2 months ago)
- Language: Python
- Size: 263 KB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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