[go: up one dir, main page]

Showing 42 open source projects for "ida"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • 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: 7 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: 17 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...
    Downloads: 0 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: 9,557 This Week
    Last Update:
    See Project
  • Easily build robust connections between Salesforce and any platform Icon
    Easily build robust connections between Salesforce and any platform

    We help companies using Salesforce connect their data with a no-code Salesforce-native solution.

    Like having Postman inside Salesforce! Declarative Webhooks allows users to quickly and easily configure bi-directional integrations between Salesforce and external systems using a point-and-click interface. No coding is required, making it a fast and efficient and as a native solution, Declarative Webhooks seamlessly integrates with Salesforce platform features such as Flow, Process Builder, and Apex. You can also leverage the AI Integration Agent feature to automatically build your integration templates by providing it with links to API documentation.
    Learn More
  • 5
    array-info is a tool to retrieve informations and logical drives status from several RAID controllers (currently Compaq IDA and CISS, and MD).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    IDA Pro plugins & tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    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...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    IDA Support Library

    IDA Pro utility support libraries for my plug-ins

    * April 2025: This project has moved to GitHub! The latest version can now be found at: https://github.com/kweatherman/IDA_Support IDA Pro utility support libraries to build my latest plug-ins. 1) Utility support header and code 2) WaitEx: Enhanced replacement for IDA SDK wait box solution. Moved from https://sourceforge.net/projects/ida-waitboxex/ See: http://www.macromonkey.com/waitboxex-ida-pro-sdk-show_wait_box-replacement/ 3) SegmentSelect: A memory segment dialog to allow user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    IDA ClassInformer PlugIn

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

    * April 2025: This project has moved to GitHub! The latest version can now be found at: https://github.com/kweatherman/IDA_ClassInformer_PlugIn. An IDA Pro Windows object RTTI vftable finder, fixer, and lister plug-in. Places structure defs, names, labels, and comments to make more sense of class and structure vftables ("Virtual Function Table"). Lists found RTTI structures and C++ classes in a window for browsing. Mentioned in Chris Eagle's: "The IDA Pro book": https...
    Downloads: 21 This Week
    Last Update:
    See Project
  • New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software. Icon
    New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software.

    Get a live and in-depth view of your network, infrastructure, applications, end-user experience, machine learning models and more.

    Correlate issues across your stack. Debug and collaborate from your IDE. AI assistance at every step. All in one connected experience - not a maze of charts.
    Start for Free
  • 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...
    Leader badge">
    Downloads: 17 This Week
    Last Update:
    See Project
  • 11

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

    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
  • 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. View the "Readme.txt" for more. * New...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    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: 1 This Week
    Last Update:
    See Project
  • 16

    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
  • 17
    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
  • 18

    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
  • 19
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    HH-Evolver

    A framework for domain-specific, hyper-heuristic evolution

    HH-Evolver is 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

    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...
    Downloads: 0 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
    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: 1 This Week
    Last Update:
    See Project
  • 25

    IDA (Java)

    Java implementation of the IDA

    Information Dispersal Algorithym (IDA) is a method to split a file f into n pieces in such a way that the file can be reconstructed from some predefined subsets of pieces. this is a Java implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next