awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
C

Comsecuris/gdbida

0
View on GitHub↗
0 نجوم·0 تفرعات·2 مشاهدات

Gdbida

Features

  • Binary Analysis - Bridges GDB sessions with IDA Pro disassemblers.
  • تكامل المصححات (Debugger Integration) - جسر مرئي بين GDB والمفكك (disassembler).

سجل النجوم

مخطط تاريخ النجوم لـ comsecuris/gdbidaمخطط تاريخ النجوم لـ comsecuris/gdbida

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Gdbida

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gdbida.
  • bootleg/ret-syncالصورة الرمزية لـ bootleg

    bootleg/ret-sync

    2,349عرض على 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
    عرض على GitHub↗2,349
  • corkami/picsالصورة الرمزية لـ corkami

    corkami/pics

    11,464عرض على 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
    عرض على GitHub↗11,464
  • 0xd4d/dnspyالصورة الرمزية لـ 0xd4d

    0xd4d/dnSpy

    29,539عرض على 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#
    عرض على GitHub↗29,539
  • crytic/slitherالصورة الرمزية لـ crytic

    crytic/slither

    6,141عرض على GitHub↗
    Pythonethereumsoliditystatic-analysis
    عرض على GitHub↗6,141
عرض جميع البدائل الـ 30 لـ Gdbida→

الأسئلة الشائعة

ما هي الميزات الرئيسية لـ comsecuris/gdbida؟

الميزات الرئيسية لـ comsecuris/gdbida هي: Binary Analysis, تكامل المصححات (Debugger Integration).

ما هي البدائل مفتوحة المصدر لـ comsecuris/gdbida؟

تشمل البدائل مفتوحة المصدر لـ comsecuris/gdbida: 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.