Showing 43 open source projects for "ida"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    IDA Pro MCP

    IDA Pro MCP

    MCP Server for IDA Pro

    The IDA Pro MCP Server is a Model Context Protocol (MCP) server designed to integrate with IDA Pro, a popular disassembler and debugger. It enables AI assistants to interact with IDA Pro, facilitating tasks such as code analysis and reverse engineering. ​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    x64dbg

    x64dbg

    An open-source x64/x32 debugger for windows

    An open-source binary debugger for Windows, aimed at malware analysis and reverse engineering of executables you do not have the source code for. There are many features available and a comprehensive plugin system to add your own. Fully customizable color scheme. Dynamically recognize modules and strings. Import reconstructor integrated (Scylla). Fast disassembler (Zydis). User database (JSON) for comments, labels, bookmarks, etc. Plugin support with growing API. Extendable, debuggable...
    Downloads: 81 This Week
    Last Update:
    See Project
  • 3
    BinExport

    BinExport

    Export disassemblies into Protocol Buffers

    BinExport is a disassembly export plugin developed by Google as part of the BinDiff ecosystem, designed for reverse engineering and binary analysis. It works with popular disassemblers including IDA Pro, Binary Ninja, and Ghidra, enabling the export of disassembly data into a structured Protocol Buffer format. This exported data can then be used for binary comparison, diffing, and advanced analysis tasks through BinDiff or other compatible tools. BinExport captures detailed information such as instructions, functions, control flow graphs, and metadata, providing a machine-readable representation of a program’s disassembled structure. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    x64dbg

    x64dbg

    An open-source x64/x32 debugger for windows.

    An open-source x64/x32 debugger for windows. Development is done on GitHub (https://github.com/x64dbg/x64dbg). Daily snapshots are uploaded here, snapshots for every commit can be found on http://releases.x64dbg.com
    Leader badge
    Downloads: 10,164 This Week
    Last Update:
    See Project
  • Tools to Build an Efficient Quality Management System. Icon
    Tools to Build an Efficient Quality Management System.

    Sunday Business Systems (SBS) offers comprehensive quality management software (QMS) and consulting services to improve compliance

    Sunday Business Systems is ideal for small to mid-sized manufacturing and service businesses looking for cost-effective, customizable quality management software to help them comply with industry standards and improve operational efficiency
    Learn More
  • 5
    The Red Robot Radio (game)

    The Red Robot Radio (game)

    A puzzle game set in the Asteroid Belt

    Humans dissapeared from Earth and machines are looking for a way to bring them back. Before their extinction, humans built a Radio Station at 243 Ida as an attempt to avoid losing their culture. You are a maintenance robot that must keep this radio station in good health while humans from Earth are missing. Travel between Earth and the Asteroid Belt to give supplies to Frank Pi, the radio host whose colour that gives the name to its station (and this game)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    array-info is a tool to retrieve informations and logical drives status from several RAID controllers (currently Compaq IDA and CISS, and MD).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    IDA Pro plugins & tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    IDA Signsrch

    IDA Pro plug-in of Luigi Auriemma's signsrch signature matching tool.

    IDA Pro plug-in conversion of Luigi Auriemma's signsrch signature matching tool. * Deprecated, will no longer be updated, please see my use my superior YARA for IDA plugin here: https://github.com/kweatherman/yara4ida * July 2018, updated to IDA 7.1 Luigi's original signsrch description: "Tool for searching signatures inside files, extremely useful as help in reversing jobs like figuring or having an initial idea of what encryption/- compression algorithm is used for a proprietary protocol or file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    IDA FunctionStringAssociate PlugIn

    IDA Pro plug-in that comments functions by strings it contains

    * May 2025: This project has moved to GitHub! The latest version can now be found at: https://github.com/kweatherman/IDA_FunctionStringAssociate_PlugIn An IDA Pro plug-in that comments functions by the strings that it contains, Meant to be run as first of sequence of two of my other informational plug-ins: 1) Function String associate 2) Mark reference counts 3) WhatAPIs See: http://www.macromonkey.com/bb/index.php/topic,20.0.html * July 2018, updated to IDA 7.1 To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • AmpiFire Helps Brands Boost Sales and Traffic Icon
    AmpiFire Helps Brands Boost Sales and Traffic

    Content That Drives Sales For Your Business

    AmpiFire is a content creation and distribution solution that combines our talented 100+ person content writing team, AI and machine learning. We create, refine and distribute 6 content types to hundreds of websites and digital platforms. Each campaign consists of a News Article, Blog Post, Video, SlideShare, Infographic and an Audio Clip
    Learn More
  • 10

    IDA ClassInformer PlugIn

    IDA Pro plug-in to fix/extract/view RTTI information

    ...To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Downloads: 34 This Week
    Last Update:
    See Project
  • 11

    IDA ExtraPass PlugIn

    An IDA Pro Windows target cleanup plug-in.

    * May 2025: This project has moved to GitHub! The latest version can now be found at: https://github.com/kweatherman/IDA_ExtraPass_PlugIn An IDA Pro Windows target cleanup plug-in. * July 2018, updated to IDA 7.1 and added some enhancements; see help file for details. Requires IDA Pro 7.1 or greater. To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    IDA Support Library

    IDA Pro utility support libraries for my plug-ins

    ...For Windows IDA Pro environment. Includes compiled libraries using MSVC 2017 and IDA SDK 7.1 See blog on how to include Qt user interfaces into your C/C++ IDA Pro plug-in projects: http://www.macromonkey.com/qt-4-8-4-on-windows-for-ida-pro-cc-plug-in-development-part-1/ http://www.macromonkey.com/qt-5-4-user-interfaces-for-ida-pro-cc-plug-in-development/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a little utility to dump information about installed IDA Pro plugins. (See: https://www.hex-rays.com/products/ida/) The key parts of the IDA PLUGIN export "plugin_t" struct data. Use it to glean information about what plugins you have. See what the default hotkeys are, the short names, comments, version, and their flags. By comparing the flags (see "loader.hpp" in the IDA SDK) you can see which plugins stay resident for example. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    IDA WhatAPIs PlugIn

    IDA Pro plug-in to display contextual function API usage.

    * April 2025: This project has moved to GitHub! The latest version can now be found at: https://github.com/kweatherman/IDA_WhatAPIs_PlugIn IDA Pro plug-in to display contextual function API usage. Meant to be run as first of sequence of two of my other informational plug-ins: 1) Function String associate 2) Mark reference counts 3) WhatAPIs * July 2018, updated to IDA 7.1 To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    IDA MarkRefCount PlugIn

    An IDA Pro function and data reference count commenter plug-in.

    * April 2025: This project has moved to GitHub! The latest version can now be found at: https://github.com/kweatherman/IDA_MarkRefCount_PlugIn An IDA Pro function and data reference count commenter/annotator plug-in. Meant to be run as first of sequence of two of my other informational plug-ins: 1) Function String associate 2) Mark reference counts 3) WhatAPIs * July 2018, updated to IDA 7.1 To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BinNavi

    BinNavi

    BinNavi is a binary analysis IDE that allows to inspect, navigate, etc

    BinNavi is a binary analysis IDE - an environment that allows users to inspect, navigate, edit, and annotate control-flow-graphs of disassembled code, do the same for the callgraph of the executable, collect and combine execution traces, and generally keep track of analysis results among a group of analysts. BinNavi uses a commercial third-party graph visualisation library (yFiles) for displaying and laying out graphs. This library is immensely powerful, and not easily replaceable. In order...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    IDA QCustomPlot

    QCustomPlot for IDA Pro Qt C++ plug-ins

    This is a simple adaption of QCustomPlot (http://www.qcustomplot.com/) for IDA Pro (https://www.hex-rays.com/) C++ plug-ins. See http://www.macromonkey.com/qcustomplot/ for more info. LICENSES My code: MIT https://opensource.org/licenses/MIT QCustomPlot: GNU GPLv3, license needed for commercial use. See: http://www.qcustomplot.com/index.php/contact
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a plugin for IDAPro that allows emulated execution of x86 instructions within the IDAPro environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    IDA WaitBoxEx

    A full featured IDA Pro SDK wait box replacement.

    * May 2025: This project has moved to GitHub! The latest version can now be found at: https://github.com/kweatherman/IDA_Support A full featured IDA Pro SDK wait box replacement with progress bar and customization options. * Integrated into my "IDA Support Library" https://sourceforge.net/projects/ida-support-library/ *
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    HH-Evolver

    A framework for domain-specific, hyper-heuristic evolution

    ...HH-Evolver automates the design of domain-specific heuristics for planning domains. Hyper-heuristics generated by our tool can then be used with combinatorial search algorithms such as A* and IDA* for solving problems of the given domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    collabREate is an Ida Pro plugin and remote server component designed to facilitate collaborative reverse engineering and synchronization of database content across differing versions of Ida Pro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Use of Michael Rabin's Information Dispersal Algorithm to provide secure, dispersed storage in a networked environment. For full download, please get both Math-FastGF2 and Crypt-IDA releases under the files link. See project wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    IDA#Plug

    A Visual Studio integrated framework for C# plugins targeting IDA Pro

    IDA from Hex-Rays SA is a well-known dis-assembly software extensively used in the reverse engineering field. IDA provides an extensive API for C language plugin development. While efficient, C can be painful and time consuming as soon as you attempt to develop high level tasks. This project attempts to provide : - A framework that let you develop plugins using C# - Visual Studio integration for ease of use Plugins are mixed mode libraries (managed+unmanaged) relying on a .Net library wrapping the native API. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project is a plugin for IDA Pro disassembler to support ARM code debugging via JTAG or software emulators. JLink JTAG interface or any other RDI-compliant hw/sw emulator (such as ARMulator) can be used with it
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next