awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to williballenthin/python-idb

Open-source alternatives to Python Idb

30 open-source projects similar to williballenthin/python-idb, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Python Idb alternative.

  • fireeye/flare-flossAvatar fireeye

    fireeye/flare-floss

    4,054Vezi pe GitHub↗

    This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code. The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats. The s

    Python
    Vezi pe GitHub↗4,054
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0Vezi pe GitHub↗

    GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA.

    Vezi pe GitHub↗0
  • bootleg/ret-syncAvatar bootleg

    bootleg/ret-sync

    2,349Vezi pe GitHub↗

    ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.

    C
    Vezi pe GitHub↗2,349
  • sibears/idagolanghelperAvatar sibears

    sibears/IDAGolangHelper

    1,090Vezi pe GitHub↗

    Set of IDA Pro scripts for parsing GoLang types information stored in compiled binary

    Pythonida
    Vezi pe GitHub↗1,090
  • lauriewired/ghidramcpAvatar LaurieWired

    LaurieWired/GhidraMCP

    7,649Vezi pe GitHub↗

    GhidraMCP is a Model Context Protocol server that exposes Ghidra binary analysis and decompilation functions to external intelligence models. It acts as a bridge that connects the Ghidra reverse engineering suite to external tools through a standardized communication protocol, facilitating automated reverse engineering and software auditing. The project enables the extraction of decompiled code and program structural data to populate the context windows of language models. It features a binary symbol management tool capable of dynamic symbol resolution, allowing method and data names to be up

    Java
    Vezi pe GitHub↗7,649

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • 0xd4d/dnspyAvatar 0xd4d

    0xd4d/dnSpy

    29,539Vezi pe GitHub↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    Vezi pe GitHub↗29,539
  • corkami/picsAvatar corkami

    corkami/pics

    11,464Vezi pe GitHub↗

    Pics is a comprehensive reference library providing visual documentation for binary file structures, character encodings, processor instruction sets, and hardware architecture maps. It serves as a centralized resource for the dissection and analysis of diverse binary formats, including executables, images, and archives. The project specializes in mapping complex specifications into visual layouts. This includes the creation of schematic diagrams to explain the physical and logical organization of hardware components and the maintenance of a catalog for processor opcodes across multiple hardwa

    Assembly
    Vezi pe GitHub↗11,464
  • crytic/slitherAvatar crytic

    crytic/slither

    6,141Vezi pe GitHub↗
    Pythonethereumsoliditystatic-analysis
    Vezi pe GitHub↗6,141
  • airbus-seclab/bincatAvatar airbus-seclab

    airbus-seclab/bincat

    1,858Vezi pe GitHub↗

    Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection

    OCaml
    Vezi pe GitHub↗1,858
  • avast/retdec-idapluginAvatar avast

    avast/retdec-idaplugin

    799Vezi pe GitHub↗

    RetDec plugin for IDA (Interactive Disassembler).

    C++
    Vezi pe GitHub↗799
  • air14/hyperhideAvatar Air14

    Air14/HyperHide

    1,607Vezi pe GitHub↗

    Hypervisor based anti anti debug plugin for x64dbg

    C++anti-debuganti-debuggingdebugging
    Vezi pe GitHub↗1,607
  • avast-tl/retdecAvatar avast-tl

    avast-tl/retdec

    8,556Vezi pe GitHub↗

    Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n

    C++
    Vezi pe GitHub↗8,556
  • binaryanalysisplatform/bapAvatar BinaryAnalysisPlatform

    BinaryAnalysisPlatform/bap

    2,239Vezi pe GitHub↗

    Binary Analysis Platform

    OCaml
    Vezi pe GitHub↗2,239
  • binref/refineryB

    binref/refinery

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • a1ext/labelessA

    a1ext/labeless

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • angr/angrAvatar angr

    angr/angr

    8,898Vezi pe GitHub↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    Vezi pe GitHub↗8,898
  • carbonblack/bineeC

    carbonblack/binee

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • alexhude/uemuAvatar alexhude

    alexhude/uEmu

    1,234Vezi pe GitHub↗

    Tiny cute emulator plugin for IDA based on unicorn.

    Python
    Vezi pe GitHub↗1,234
  • advanced-threat-research/dotdumperA

    advanced-threat-research/DotDumper

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • certcc/kaijuC

    certcc/kaiju

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • checkpointsw/kartaAvatar CheckPointSW

    CheckPointSW/Karta

    908Vezi pe GitHub↗

    Karta - source code assisted fast binary matching plugin for IDA

    Pythonida-pluginidapython-pluginresearch
    Vezi pe GitHub↗908
  • can1357/novmpAvatar can1357

    can1357/NoVmp

    2,144Vezi pe GitHub↗

    A static devirtualizer for VMProtect x64 3.x. powered by VTIL.

    C++devirtualizationvmprotectvtil
    Vezi pe GitHub↗2,144
  • cisco-talos/ghidraaasC

    Cisco-Talos/Ghidraaas

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • comsecuris/gdbghidraC

    Comsecuris/gdbghidra

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • comsecuris/gdbidaC

    Comsecuris/gdbida

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • buzzer-re/shinigamiB

    buzzer-re/Shinigami

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • alexhude/friendA

    alexhude/friend

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • cseagle/sk3wldbgC

    cseagle/sk3wldbg

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • daenerys-sre/sourceD

    daenerys-sre/source

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • bohops/rogueassemblyhunterB

    bohops/RogueAssemblyHunter

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0