Showing 14 open source projects for "ida plugin"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Zenflow- The AI Workflow Engine for Software Devs Icon
    Zenflow- The AI Workflow Engine for Software Devs

    Parallel agents. Multi-agent orchestration. Specs that turn into shipped code. Zenflow automates planning, coding, testing, and verification.

    Zenflow is the AI workflow engine built for real teams. Parallel agents plan, code, test, and verify in one workflow. With spec-driven development and deep context, Zenflow turns requirements into production-ready output so teams ship faster and stay in flow.
    Try free now
  • 1
    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: 86 This Week
    Last Update:
    See Project
  • 2
    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.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    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: 8,971 This Week
    Last Update:
    See Project
  • 4

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

    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":...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 6

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

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

    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
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 10

    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: 3 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    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: 3 This Week
    Last Update:
    See Project
  • 14

    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
  • Previous
  • You're on page 1
  • Next