2 रिपॉजिटरी
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 गेस्ट ऑपरेटिंग सिस्टम पर सिस्टम प्रतिबंधों को बायपास करने के लिए वर्चुअलाइज़ेशन सॉफ्टवेयर लाइब्रेरीज़ को संशोधित करने के लिए डिज़ाइन की गई यूटिलिटीज का एक संग्रह है। यह मुख्य रूप से एक बाइनरी पैचर के रूप में कार्य करता है जो VMware के भीतर macOS गेस्ट्स के चयन और बूटिंग को सक्षम बनाता है। यह प्रोजेक्ट छिपे हुए ऑपरेटिंग सिस्टम चयन विकल्पों को अनलॉक करने और असमर्थित गेस्ट्स के लिए बूट चेक को बायपास करने के लिए कोर सिस्टम लाइब्रेरीज़ को संशोधित करता है। इसमें एक गेस्ट टूल्स इंस्टॉलर भी शामिल है जो हार्डवेयर एकीकरण और प्रदर्शन के लिए आवश्यक ड्राइवर पैकेज डाउनलोड और लागू करता है। यह टूलसेट वर्चुअल मशीन एनवायरनमेंट के प्रबंधन के लिए क्षमताएं प्रदान करता है, जिसमें बैकअप से बाइनरी संशोधनों को वापस लाकर मूल सॉफ्टवेयर स्टेट्स को पुनर्स्थापित करने की क्षमता शामिल है।
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.