awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
C

Comsecuris/gdbida

0
View on GitHub↗
0 Stars·0 Forks·1 Aufruf

Gdbida

Features

  • Binary Analysis - Bridges GDB sessions with IDA Pro disassemblers.
  • Debugger-Integration - Visuelle Brücke zwischen GDB und dem Disassembler.

Star-Verlauf

Star-Verlauf für comsecuris/gdbidaStar-Verlauf für comsecuris/gdbida

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Gdbida

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Gdbida.
  • bootleg/ret-syncAvatar von bootleg

    bootleg/ret-sync

    2,349Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,349
  • corkami/picsAvatar von corkami

    corkami/pics

    11,464Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,464
  • 0xd4d/dnspyAvatar von 0xd4d

    0xd4d/dnSpy

    29,539Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗29,539
  • crytic/slitherAvatar von crytic

    crytic/slither

    6,141Auf GitHub ansehen↗
    Pythonethereumsoliditystatic-analysis
    Auf GitHub ansehen↗6,141
Alle 30 Alternativen zu Gdbida anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von comsecuris/gdbida?

Die Hauptfunktionen von comsecuris/gdbida sind: Binary Analysis, Debugger-Integration.

Welche Open-Source-Alternativen gibt es zu comsecuris/gdbida?

Open-Source-Alternativen zu comsecuris/gdbida sind unter anderem: bootleg/ret-sync — ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with… lauriewired/ghidramcp — GhidraMCP is a Model Context Protocol server that exposes Ghidra binary analysis and decompilation functions to… 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… corkami/pics — Pics is a comprehensive reference library providing visual documentation for binary file structures, character… crytic/slither. andreafioraldi/idangr.