awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesBinary Execution Automation

Automation of the process of launching compiled binaries through system-level registration.

Distinct from Binary Execution Sandboxes: Distinct from sandboxing; focuses on the automation of launching binaries rather than isolating them.

Explore 3 awesome GitHub repositories matching security & cryptography · Binary Execution Automation. Refine with filters or upvote what's useful.

Awesome Binary Execution Automation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • fex-emu/fexFEX-Emu 的头像

    FEX-Emu/FEX

    6,896在 GitHub 上查看↗

    FEX is an emulator that executes 32-bit and 64-bit x86 binaries on ARM64 hardware. It functions as a binary translation framework that converts guest machine code into host instructions using a JIT compilation engine and a persistent code cache. The project features a Vulkan graphics wrapper that translates OpenGL and Vulkan API calls to native host drivers, enabling cross-architecture graphics rendering. It includes a dedicated root filesystem manager for downloading, mounting, and switching between compressed filesystem images required for guest application environments. The system provide

    Automates the execution of x86 binaries by registering the emulator with the host kernel.

    C++arm64cppemulation
    在 GitHub 上查看↗6,896
  • mentebinaria/retoolkitmentebinaria 的头像

    mentebinaria/retoolkit

    5,222在 GitHub 上查看↗

    Retoolkit is a reverse engineering tool orchestrator and malware analysis environment provisioner for Windows. It functions as a binary analysis workflow automator that installs and configures the specialized software toolchains required for security research. The project manages the execution and lifecycle of standalone analysis binaries through a registry-based Windows shell context menu. This integration allows users to launch external tools directly from the file system right-click menu by passing selected file paths as command line arguments to third-party executables. The system covers

    Automates the process of launching compiled analysis binaries through system-level registration.

    Inno Setupinno-setupmalware-analysisreverse-engineering
    在 GitHub 上查看↗5,222
  • hashicorp/boundaryhashicorp 的头像

    hashicorp/boundary

    4,041在 GitHub 上查看↗

    Boundary 是一个身份感知访问代理和特权访问管理工具。它通过将经过验证的用户身份映射到细粒度权限来代理与基础设施目标的网络连接,为服务器和数据库提供网关,而无需静态凭据或 VPN。 该系统通过即时连接和自动化凭据注入脱颖而出,在会话初始化期间向用户提供短效密钥。它使用仅允许的基于角色的访问控制和分层资源范围来实现可组合的安全模型,以隔离安全域并限制爆炸半径。 该平台为基础设施审计提供了广泛的功能,包括会话记录和用于事件时间线重建的维度审计日志记录。它支持从云平台自动发现资源,并通过将流量桥接到私有网络的 Worker 节点管理网络连接。身份验证通过原生账户或通过 OpenID Connect 身份桥接处理。 Boundary 可以作为自托管安装或托管云服务进行部署。

    Executes specific binaries or commands immediately after establishing a connection to a remote worker.

    Gohacktoberfesthashicorpsecurity
    在 GitHub 上查看↗4,041
  1. Home
  2. Security & Cryptography
  3. Binary Execution Automation