Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmr232/sark
IDAPython Made Easy
https://github.com/tmr232/sark
ida-plugin ida-pro idapython reverse-engineering static-analysis
Last synced: 6 days ago
JSON representation
IDAPython Made Easy
- Host: GitHub
- URL: https://github.com/tmr232/sark
- Owner: tmr232
- License: mit
- Created: 2015-01-19T09:13:48.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T19:51:20.000Z (9 months ago)
- Last Synced: 2024-11-29T09:49:40.108Z (14 days ago)
- Topics: ida-plugin, ida-pro, idapython, reverse-engineering, static-analysis
- Language: Python
- Homepage: http://sark.readthedocs.io
- Size: 2.28 MB
- Stars: 648
- Watchers: 33
- Forks: 96
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Support: docs/Support.rst
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome-reverse-engineering - **373**星
README
====
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):
.. code:: bash
pip3 install -U git+https://github.com/tmr232/Sark.git#egg=Sark
Or from PyPI:
.. code:: bash
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:
.. code:: bash
pip2 install -U git+https://github.com/tmr232/[email protected]#egg=Sark
Or from PyPI:
.. code:: bash
pip2 install "sark<7.4"
Dependencies
------------1. `NetworkX `_
2. `wrapt `_Plugins
-------Plugin `documentation `_
and `installation instructions `_.