ChaitanyaHaritash / awesome-ida-x64-olly-plugin

A curated list of IDA x64DBG and OllyDBG plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome IDA, Ghidra, x64DBG & OllyDBG plugins Awesome

A curated list of IDA x64DBG and OllyDBG plugins. IDA is a powerful disassembler and debugger that allows to analyze binary, it also includes a decompiler. X64DBG is an open-source x64/x32 debugger for Windows. OllyDbg is a 32-bit assembler level analysing debugger for Windows.

Content

IDA Plugins

  • Keypatch: Friendly assembly-level patching/searching plugin (using multi-arch assembler framework Keystone engine inside).
  • Lazy ida: Add functionalities such as function return removing, converting data, scanning for string vulnerabilities.
  • IDAemu: Use for emulating code in IDA Pro. It is based on unicorn-engine.
  • IDA_EA: A set of exploitation/reversing aids for IDA.
  • Labeless: System for labels/comments synchronization with a debugger backend.
  • Idadiff: A diffing tool using Machoc Hash.
  • IDA Skin: Plugin providing advanced skinning support for IDA Pro utilizing Qt stylesheets, similar to CSS.
  • Auto Re: Auto-renaming dummy-named functions, which have one API call or jump to the imported API.
  • IDA IPython: An IDA Pro Plugin for embedding an IPython.
  • IDA Sploiter: An exploit development and vulnerability research plugin.
  • IDATropy: It is designed to generate charts of entropy and histograms using the power of idapython and matplotlib.
  • IDA Patcher: It is designed to enhance IDA's ability to patch binary files and memory.
  • IDAHunt: Analyze binaries with IDA Pro and hunt for things in IDA Pro.
  • IDA for Delphi: IDA Python Script to Get All function names from Event Constructor (VCL).
  • IDA ARM Highlight: Highlighting and decoding ARM system instructions.
  • BinDiff: It is a comparison tool for binary files, that assists vulnerability researchers and engineers to quickly find differences and similarities in disassembled code.
  • Diaphora: It is a program diffing plugin for IDA, similar to Zynamics Bindiff.
  • Yaco: Collaborative Reverse-Engineering for IDA.
  • IDASignSrch: It can recognize tons of compression, multimedia and encryption algorithms and many other things like known strings and anti-debugging code.
  • Findcrypt2: It searches constants known to be associated with cryptographic algorithm in the code.
  • Driver Buddy: It assists with the reverse engineering of Windows kernel drivers.
  • Heap Viewer: Used to examine the glibc heap, focused on exploit development.
  • IDAScope: It consists of multiple tabs, containing functionality to achieve different goals such as fast identification of semantically interesting locations.
  • HexRayPytools: Assist in the creation of classes/structures and detection of virtual tables.
  • Ponce: Symbolic Execution just one-click away!
  • idenLib.py: idenLib (Library Function Identification ) plugin for IDA Pro
  • J.A.R.V.I.S A plugin for IDA Pro to assist you with the most common reversing tasks. It integrates with the (J.A.R.V.I.S) tracer.
  • golang_loader_assist: Making GO reversing easier in IDA Pro
  • FindYara: IDA python plugin to scan binary with yara rules.
  • Karta: Source code assisted fast binary matching plugin for IDA
  • VT-IDA-PLUGIN: This plugin integrates functionality from VirusTotal web services into the IDA Pro's user interface.
  • mkYARA: mkYARA comes with a IDA plugin to easily create YARA signatures by selecting a set of instructions and choosing one of the mkYARA -> Generate YARA rule options.
  • Oregami: IDA plugins and scripts for analyzing register usage frame.
  • IDA_IFL: A small plugin with a goal to provide user-friendly way to navigate between functions and their references.
  • xray: xray is a plugin for the Hexrays decompiler that both filters and colorizes the textual representation of the decompiler's output based on configurable regular expressions.
  • Lighthouse: Lighthouse is a powerful code coverage plugin for IDA Pro and Binary Ninja. As an extension of the leading disassemblers, this plugin enables one to interactively explore code coverage data in new and innovative ways when symbols or source may not be available for a given binary.
  • CAPA Explorer: Capa explorer is an IDA Pro plugin written in Python that integrates the FLARE team's open-source framework, capa, with IDA.
  • Ghida: GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA.
  • vt-ida-plugin: This plugin integrates functionality from VirusTotal web services into the IDA Pro's user interface.
  • Virtuailor: IDAPython tool for C++ vtables reconstruction.

Ghidra Plugins

  • Ghidra Scripts: Port of devttyS0's IDA plugins to the Ghidra plugin framework, new plugins as well.
  • Ghidra Scripts 2: Ghidra script for malware analysis.
  • Findcrypt: IDA Pro's FindCrypt ported to Ghidra, with an updated and customizable signature database.
  • Lazy Ghidra: Make your Ghidra Lazy.
  • Pcode Emulator: A PCode Emulator for Ghidra.

x64dbg Plugins

OllyDBG Plugins

  • OllyDumpEx: This plugin is process memory dumper for OllyDbg.
  • OllyDeobfuscator: Deobfuscator for Olly.
  • Phantom: Anti anti-debug trick.
  • TLSCatch 0.3: This plugin simply intercepts any new module loaded into the current process address space, searches it for TLS callbacks.
  • AnalyzeThis: Assisting for unpacking.

About

A curated list of IDA x64DBG and OllyDBG plugins.