Skip to content

tmr232/Tarkus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Plugin Manager for IDA Pro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published