2 dépôts
Applying binary modifications to hypervisors to enable support for restricted operating systems.
Distinct from Operating System Virtualization: Existing candidates focus on security 'virtual patching' or general virtualization, not binary patching of the hypervisor.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Virtualization Software Patching. Refine with filters or upvote what's useful.
Auto-unlocker est une collection d'utilitaires conçus pour modifier les bibliothèques de logiciels de virtualisation afin de contourner les restrictions système sur les systèmes d'exploitation invités. Il fonctionne principalement comme un patcher binaire qui permet la sélection et le démarrage d'invités macOS au sein de VMware. Le projet modifie les bibliothèques système principales pour déverrouiller les options de sélection de système d'exploitation cachées et contourner les vérifications de démarrage pour les invités non pris en charge. Il inclut également un installateur d'outils invités qui télécharge et applique les paquets de pilotes nécessaires à l'intégration matérielle et aux performances. L'ensemble d'outils offre des capacités pour gérer les environnements de machines virtuelles, y compris la possibilité de restaurer les états logiciels originaux en annulant les modifications binaires à partir de sauvegardes.
Modifies hypervisor binaries to enable support for restricted operating systems through patching.
Unlocker is a patching tool designed to enable the installation and booting of macOS guest operating systems on non-Apple hardware. It functions as a macOS guest enabler by modifying virtualization software binaries to bypass hardware restrictions and support OS combinations that are not supported by default. The project provides a mechanism to emulate Apple-specific device signatures by intercepting calls between the virtual machine manager and the hardware. It also includes a driver image provider that delivers ISO images containing the necessary utilities and drivers for guest installation
Applies and reverts modifications to virtualization tools to enable unsupported guest operating systems.