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

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

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

3 مستودعات

Awesome GitHub RepositoriesIsolated Environments

Containerized runtimes for executing binary analysis tools securely and consistently.

Distinct from Binary Analysis Tools: Focuses on the isolation and deployment environment of the tools rather than the analysis techniques themselves

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Isolated Environments. Refine with filters or upvote what's useful.

Awesome Isolated Environments GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rizinorg/cutterالصورة الرمزية لـ rizinorg

    rizinorg/cutter

    18,957عرض على GitHub↗

    Cutter is a binary analysis platform and graphical user interface for the Rizin reverse engineering framework. It provides an environment for analyzing the internal logic and data structures of compiled binaries through integrated disassembly and visualization. The platform supports a containerized deployment model to provide isolated environments for binary analysis, which is used to examine suspicious binaries without risking the host system. It is an extensible security tool that allows for the addition of custom analysis capabilities and visualizers via native plugins and scripts. The to

    Runs analysis tools inside containers with mapped files to ensure consistent and secure execution.

    C++
    عرض على GitHub↗18,957
  • cuckoosandbox/cuckooالصورة الرمزية لـ cuckoosandbox

    cuckoosandbox/cuckoo

    5,959عرض على GitHub↗

    Cuckoo is an open-source automated malware analysis system that executes suspicious files inside isolated virtual machines and produces structured behavioral reports. The platform captures system calls, file operations, and network activity during execution, compiling them into comprehensive analysis documents for programmatic consumption. The system operates through a modular analysis pipeline that processes behavioral data, applying YARA signature patterns against captured artifacts to identify known malware families. Each analysis run starts from a clean virtual machine snapshot to ensure

    Documents configuring a dedicated host with dependencies for safely executing suspicious files in a sandboxed VM.

    JavaScript
    عرض على GitHub↗5,959
  • rpisec/malwareالصورة الرمزية لـ RPISEC

    RPISEC/Malware

    4,028عرض على GitHub↗

    This project is a cybersecurity educational resource and courseware designed for malware analysis and reverse engineering. It provides a structured curriculum of lessons, labs, and guided projects focused on detecting and understanding the behavior of malicious software. The resource includes a lab guide for building isolated virtual machine environments to safely execute and study malware. It covers the setup of a specialized toolchain consisting of disassemblers and debuggers used to analyze compiled machine code. The training material covers both static analysis, which examines binary cod

    Provides instructions for creating dedicated host configurations and sandboxes for safe malware execution.

    عرض على GitHub↗4,028
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Analysis Tools
  5. Isolated Environments

استكشف الوسوم الفرعية

  • Malware Analysis Sandbox EnvironmentsDedicated host configurations with dependencies for safely executing and monitoring suspicious files in virtual machines. **Distinct from Isolated Environments:** Distinct from Isolated Environments: specifically targets malware analysis workflows with VM-based sandboxing, not general binary analysis tool isolation.