[go: up one dir, main page]

Showing 43 open source projects for "ida"

View related business solutions
  • Cloud-Based Software Licensing - Zentitle by Nalpeiron Icon
    Cloud-Based Software Licensing - Zentitle by Nalpeiron

    The #1 Software Licensing Solution. Release new Software License Models fast with no engineering. Increase software sales and drive up revenues.

    1000’s software companies have used Zentitle to launch new software products fast and control their entitlements easily - many going from startup to IPO on our platform. Our software monetization infrastructure allows you to easily build or
    Learn More
  • Hightouch is a data and AI platform for marketing and personalization. Icon
    Hightouch is a data and AI platform for marketing and personalization.

    Marketing needs data and AI. Give them Hightouch.

    Find insights, run real-time campaigns, and build AI agents with all your data.
    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: 5 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: 118 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: 3 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,446 This Week
    Last Update:
    See Project
  • The sales CRM that makes your life easy, so all you have to do is sell. Icon
    The sales CRM that makes your life easy, so all you have to do is sell.

    The simpler way to sell

    Welcome to the simpler way to sell. Pipedrive is CRM software that makes your life easy, for less legwork and more sales. Let us track your sales conversations, eliminate admin tasks, get you more leads and uncover how you win, because your day belongs to you. Join more than 100,000 sales teams around the world that use the CRM rated #1 by SoftwareReviews in 2019. Start your free 14-day trial and get full access – no credit card needed.
    Try it free
  • 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: 4 This Week
    Last Update:
    See Project
  • 9

    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: 66 This Week
    Last Update:
    See Project
  • AI Powered Global HCM for the Evolving World of Work Icon
    AI Powered Global HCM for the Evolving World of Work

    For Start-ups, SME's, Large Enterprise

    Darwinbox is a new-age & disruptive mobile-first, cloud-based HRMS platform built for the large enterprises to attract, engage and nurture their most critical resource - talent. It is an end-to-end integrated HR system that aids in streamlining activities across the employee lifecycle (Hire to Retire). Our powerful enterprise product features are built with a clear focus on intuitiveness and scalability, with standards of best in class consumer apps. Darwinbox’s motto is to engage, empower, and inspire employees on one side in addition to automating and simplifying all HR processes for the enterprise on the other. Over 350+ leading enterprises with 850k users manage their entire employee lifecycle on this unified platform.
    Learn More
  • 10

    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: 23 This Week
    Last Update:
    See Project
  • 11

    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
  • 12

    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: 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: 1 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: 2 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: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next