1 Repo
Security boundaries that restrict an executable's ability to access or load dependencies outside of a predefined trust model.
Distinct from Dependency Isolation: The candidates focus on build-time or project-level dependency management, whereas this is a runtime security sandbox restriction.
Explore 1 awesome GitHub repository matching security & cryptography · Executable Dependency Isolations. Refine with filters or upvote what's useful.
Harden-Windows-Security is a security hardening tool and framework designed to reduce the attack surface of the Windows operating system through policy enforcement. It provides a collection of security presets and templates to implement official hardening standards across multiple devices. The project distinguishes itself through a comprehensive execution control system, featuring a manager for Windows Application Control and a kernel protection suite. It implements strict trust models, including kernel-mode driver whitelisting, signed policy implementation on the EFI partition, and code inte
The product implements sandboxing restrictions so that only the main executable can utilize its dependencies.