All Projects → tmr232 → Sark

tmr232 / Sark

Licence: mit
IDAPython Made Easy

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sark

Stingray
IDAPython plugin for finding function strings recursively
Stars: ✭ 110 (-76.94%)
Mutual labels:  static-analysis, ida-pro, ida-plugin, idapython, reverse-engineering
Mazewalker
Toolkit for enriching and speeding up static malware analysis
Stars: ✭ 132 (-72.33%)
Mutual labels:  static-analysis, ida-pro, idapython, reverse-engineering
Flare Ida
IDA Pro utilities from FLARE team
Stars: ✭ 1,374 (+188.05%)
Mutual labels:  ida-pro, ida-plugin, idapython, reverse-engineering
Idarling
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
Stars: ✭ 588 (+23.27%)
Mutual labels:  ida-pro, ida-plugin, idapython, reverse-engineering
Rematch
REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.
Stars: ✭ 141 (-70.44%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Amie
A Minimalist Instruction Extender for the ARM architecture and IDA Pro
Stars: ✭ 136 (-71.49%)
Mutual labels:  ida-pro, idapython, reverse-engineering
Idangr
Use angr in the IDA Pro debugger generating a state from the current debug session
Stars: ✭ 214 (-55.14%)
Mutual labels:  ida-pro, ida-plugin, idapython
Ida For Delphi
IDA Python Script to Get All function names from Event Constructor (VCL)
Stars: ✭ 92 (-80.71%)
Mutual labels:  ida-pro, idapython, reverse-engineering
Classinformer Ida7
ClassInformer backported for IDA Pro 7.0
Stars: ✭ 226 (-52.62%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Efixplorer
IDA plugin for UEFI firmware analysis and reverse engineering automation
Stars: ✭ 268 (-43.82%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Dereferencing
IDA Pro plugin that implements more user-friendly register and stack views
Stars: ✭ 336 (-29.56%)
Mutual labels:  ida-pro, ida-plugin, idapython
obfDetect
IDA plugin to pinpoint obfuscated code
Stars: ✭ 99 (-79.25%)
Mutual labels:  ida-pro, ida-plugin, idapython
DrGadget
dr.rer.oec.gadget IDAPython plugin for the Interactive Disassembler <ABANDONED PROJECT>
Stars: ✭ 61 (-87.21%)
Mutual labels:  ida-pro, ida-plugin, idapython
ida-embed-arch-disasm
Allows IDA PRO to disassemble x86-64 code (WOW64) in 32-bit database
Stars: ✭ 22 (-95.39%)
Mutual labels:  ida-pro, ida-plugin, idapython
Hexraystoolbox
Hexrays Toolbox - Find code patterns within the Hexrays AST
Stars: ✭ 202 (-57.65%)
Mutual labels:  ida-pro, idapython, reverse-engineering
Lighthouse
A Code Coverage Explorer for Reverse Engineers
Stars: ✭ 1,348 (+182.6%)
Mutual labels:  ida-pro, idapython, reverse-engineering
Scratchabit
Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
Stars: ✭ 369 (-22.64%)
Mutual labels:  ida-plugin, idapython, reverse-engineering
Pytest Idapro
A pytest module for The Interactive Disassembler and IDAPython; Record and Replay IDAPython API, execute inside IDA or use mockups of IDAPython API.
Stars: ✭ 44 (-90.78%)
Mutual labels:  ida-pro, ida-plugin, idapython
Ida gel
A collection of IDA loaders for various game console ELF's. (PS3, PSVita, WiiU)
Stars: ✭ 76 (-84.07%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
ida migrator
IDA Migrator is an IDA Pro plugin which helps migrate existing work from one database instance to another. It Conveniently migrates function names, structures and enums.
Stars: ✭ 65 (-86.37%)
Mutual labels:  ida-pro, ida-plugin, idapython

==== Sark

General

IDA Plugins & IDAPython Scripting Library.

For documentation, see sark.rtfd.io <http://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 <http://sark.readthedocs.org/en/latest/Installation.html>_.

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 <https://github.com/tmr232/Sark/tree/IDA-6.x>`_.

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 <https://networkx.github.io/>`_
2. `wrapt <https://pypi.python.org/pypi/wrapt>`_

Plugins
-------

Plugin `documentation <http://sark.readthedocs.org/en/latest/plugins/index.html>`_
and `installation instructions <http://sark.readthedocs.org/en/latest/plugins/installation.html>`_.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].