1 مستودع
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.
Hyperlight is an embedded virtual machine manager designed to execute guest binaries within hardware-isolated code sandboxes. It utilizes a KVM micro-VM manager to run untrusted third-party code, enforcing strict memory boundaries to prevent unauthorized host access. The project features a guest-host function bridge that facilitates bidirectional communication and a state snapshot tool for saving and restoring the memory state of a sandbox to reduce startup latency. The system includes a toolchain for guest binary cross-compilation and mechanisms for managing resource constraints, such as fi
Triggers specific logic inside the sandbox by resolving function names to entry points within the guest binary.