Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tmr232/Sark

Repository files navigation

Sark

General

IDA Plugins & IDAPython Scripting Library.

For documentation, see sark.rtfd.io.

Installation (Python 3 & IDA 7.4)

For latest version (IDA7.4 & Python3):

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

Or from PyPI:

pip3 install sark

For more info see here.

Python 2 & IDA < 7.4

As of the release of IDA 7.4, Sark is only actively developed for IDA7.4 or newer, and Python 3.

Python2 and older IDA is still supported for bugfixes & community contributions and is maintained on the IDA-6.x branch.

To install Sark for older IDA use:

pip2 install -U git+https://github.com/tmr232/Sark.git@IDA-6.x#egg=Sark

Or from PyPI:

pip2 install "sark<7.4"

Dependencies

  1. NetworkX
  2. wrapt

Plugins

Plugin documentation and installation instructions.

About

IDAPython Made Easy

Topics

Resources

Readme

License

MIT license

Contributing

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 13

Languages