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 هي مجموعة من الأدوات المصممة لتعديل مكتبات برمجيات المحاكاة الافتراضية لتجاوز قيود النظام على أنظمة التشغيل الضيفة. تعمل بشكل أساسي كأداة تصحيح ثنائية (binary patcher) تتيح اختيار وتشغيل ضيوف macOS داخل VMware. يعدل المشروع مكتبات النظام الأساسية لفتح خيارات اختيار نظام التشغيل المخفية وتجاوز فحوصات الإقلاع للضيوف غير المدعومين. كما يتضمن مثبت أدوات الضيف الذي يقوم بتنزيل وتطبيق حزم التعريفات اللازمة لتكامل الأجهزة والأداء. توفر مجموعة الأدوات قدرات لإدارة بيئات الأجهزة الافتراضية، بما في ذلك القدرة على استعادة حالات البرمجيات الأصلية عن طريق التراجع عن التعديلات الثنائية من النسخ الاحتياطية.
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.