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

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

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

google/binnaviArchived

0
View on GitHub↗
2,887 نجوم·455 تفرعات·Java·Apache-2.0·2 مشاهداتwww.zynamics.com/binnavi.html↗

Binnavi

BinNavi هي بيئة تطوير متكاملة (IDE) للتحليل الثنائي تسمح بفحص وتصفح وتعديل والتعليق على رسوم تدفق التحكم ورسوم استدعاء الدوال للكود الذي تم فك تجميعه.

Features

  • أدوات تحليل الملفات الثنائية - IDE for inspecting and annotating control-flow graphs.
  • IDA Pro Plugins - A binary analysis IDE for exploring control flow graphs.
  • Reverse Engineering - Visualizes binary analysis data for reverse engineering.

سجل النجوم

مخطط تاريخ النجوم لـ google/binnaviمخطط تاريخ النجوم لـ google/binnavi

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Binnavi.
  • airbus-seclab/bincatالصورة الرمزية لـ airbus-seclab

    airbus-seclab/bincat

    1,858عرض على GitHub↗

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

    OCaml
    عرض على GitHub↗1,858
  • angr/angrالصورة الرمزية لـ angr

    angr/angr

    8,898عرض على 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
    عرض على GitHub↗8,898
  • 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
  • aquynh/capstoneالصورة الرمزية لـ aquynh

    aquynh/capstone

    8,839عرض على GitHub↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    C
    عرض على GitHub↗8,839
عرض جميع البدائل الـ 30 لـ Binnavi→

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

ما هي وظيفة google/binnavi؟

BinNavi هي بيئة تطوير متكاملة (IDE) للتحليل الثنائي تسمح بفحص وتصفح وتعديل والتعليق على رسوم تدفق التحكم ورسوم استدعاء الدوال للكود الذي تم فك تجميعه.

ما هي الميزات الرئيسية لـ google/binnavi؟

الميزات الرئيسية لـ google/binnavi هي: أدوات تحليل الملفات الثنائية, IDA Pro Plugins, Reverse Engineering.

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

تشمل البدائل مفتوحة المصدر لـ google/binnavi: angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… avast/retdec-idaplugin — RetDec plugin for IDA (Interactive Disassembler). 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… airbus-seclab/bincat — Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction,… aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… binaryanalysisplatform/bap — Binary Analysis Platform.