awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rizinorg/cutterAvatar de rizinorg

    rizinorg/cutter

    18,957Voir sur 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++
    Voir sur GitHub↗18,957
  • cuckoosandbox/cuckooAvatar de cuckoosandbox

    cuckoosandbox/cuckoo

    5,959Voir sur 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
    Voir sur GitHub↗5,959
  • rpisec/malwareAvatar de RPISEC

    RPISEC/Malware

    4,028Voir sur 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.

    Voir sur GitHub↗4,028
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Analysis Tools
  5. Isolated Environments

Explorer les sous-tags

  • 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.