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

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

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

vivisect/vivisect

0
View on GitHub↗
997 نجوم·191 تفرعات·Python·Apache-2.0·3 مشاهدات

Vivisect

A combined disassembler/static analysis/symbolic execution/debugger framework.

Features

  • Dynamic Analysis and Debugging - Automated reverse engineering and debugging framework.
  • Debugging - Python-based framework for binary analysis and emulation.
  • Debugging Tools - A multi-architecture binary analysis and emulation framework.
  • Reverse Engineering - Analyzes malware using a Python-based framework.

سجل النجوم

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

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Vivisect.
  • unicorn-engine/unicornالصورة الرمزية لـ unicorn-engine

    unicorn-engine/unicorn

    9,076عرض على GitHub↗

    Unicorn is a multi-architecture CPU emulation framework and library that utilizes just-in-time compilation to execute instructions across various processor architectures, including ARM, x86, and RISC-V. It functions as both a JIT compilation engine and an instrumentation tool, allowing for the execution of machine code without the need for physical hardware. The framework is distinguished by its hook-based execution instrumentation, which enables the interception of specific instructions and memory accesses to trigger custom callback functions. It provides a language-agnostic binding layer an

    C
    عرض على GitHub↗9,076
  • ibotpeaches/apktoolالصورة الرمزية لـ iBotPeaches

    iBotPeaches/Apktool

    24,788عرض على GitHub↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Java
    عرض على GitHub↗24,788
  • hyperdbg/hyperdbgالصورة الرمزية لـ HyperDbg

    HyperDbg/HyperDbg

    3,885عرض على GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Cbinary-analysisdebugdebugger
    عرض على GitHub↗3,885
  • alexmojaki/birdseyeالصورة الرمزية لـ alexmojaki

    alexmojaki/birdseye

    1,717عرض على GitHub↗

    |logo| birdseye

    JavaScript
    عرض على GitHub↗1,717
عرض جميع البدائل الـ 30 لـ Vivisect→

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

ما هي وظيفة vivisect/vivisect؟

A combined disassembler/static analysis/symbolic execution/debugger framework.

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

الميزات الرئيسية لـ vivisect/vivisect هي: Dynamic Analysis and Debugging, Debugging, Debugging Tools, Reverse Engineering.

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

تشمل البدائل مفتوحة المصدر لـ vivisect/vivisect: unicorn-engine/unicorn — Unicorn is a multi-architecture CPU emulation framework and library that utilizes just-in-time compilation to execute… ibotpeaches/apktool — Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form… hyperdbg/hyperdbg — HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control… alexmojaki/birdseye — |logo| birdseye. andrewferrier/debugprint.nvim — Debugging in NeoVim the print() way! amitshekhariitbhu/android-debug-database — Android-Debug-Database is a specialized utility for extracting, inspecting, and editing mobile data on Android…