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

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

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

1 个仓库

Awesome GitHub RepositoriesEntry Point Resolution

Mapping named identifiers to specific executable addresses within a guest binary.

Distinct from Function Naming Patterns: Distinct from Function Naming Patterns: focuses on the technical resolution of names to binary entry points for execution, not linguistic naming conventions.

Explore 1 awesome GitHub repository matching software engineering & architecture · Entry Point Resolution. Refine with filters or upvote what's useful.

Awesome Entry Point Resolution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hyperlight-dev/hyperlighthyperlight-dev 的头像

    hyperlight-dev/hyperlight

    4,462在 GitHub 上查看↗

    Hyperlight 是一个嵌入式虚拟机管理器,旨在在硬件隔离的代码沙箱中执行访客二进制文件。它利用 KVM 微型虚拟机管理器来运行不受信任的第三方代码,强制执行严格的内存边界以防止未经授权的宿主机访问。 该项目具有访客-宿主机函数桥接功能,可促进双向通信,并提供一个状态快照工具,用于保存和恢复沙箱的内存状态以减少启动延迟。 该系统包括一个用于访客二进制文件交叉编译的工具链,以及用于管理资源约束(如固定堆和栈内存分配)的机制。它提供了在访客内部调用特定函数以及注册宿主机函数以进行受控资源访问的原语。

    Triggers specific logic inside the sandbox by resolving function names to entry points within the guest binary.

    Rusthyper-vhypervisorkvm
    在 GitHub 上查看↗4,462
  1. Home
  2. Software Engineering & Architecture
  3. Functional Design Patterns
  4. Function Naming Patterns
  5. Entry Point Resolution