2 مستودعات
Techniques for replacing the system initializer process while maintaining kernel stability.
Distinct from Arena Hijacking: None of the candidates cover the specific act of replacing PID 1 to prevent kernel panics during environment swaps.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Init Process Hijacking. Refine with filters or upvote what's useful.
This project provides specialized system utilities for deploying volatile rescue environments, managing root filesystems, and migrating live operating systems remotely. It functions as a tool for wiping and reinstalling a Linux system via SSH and serving as a remote OS migration tool. The software enables the deployment of an in-memory rescue environment over SSH to perform emergency maintenance and disk modifications. It allows for the unmounting of root filesystems and the detachment of volumes from a live kernel to facilitate repartitioning and filesystem layout changes without requiring a
Replaces the system initializer by blocking signals to prevent kernel panics during the transition to a new environment.
MelonLoader هو محمل إضافات لمحرك الألعاب مصمم لحقن كود مخصص وتحميل إضافات خارجية في ألعاب Unity. يعمل كإطار عمل تعديل (Modding) يدعم كلاً من بيئات التشغيل Mono و Il2Cpp، مما يسمح بتعديل الألعاب عبر بنيات خلفية مختلفة. يُمكّن المشروع من تصحيح وربط الوظائف داخل ألعاب Unity، ويوفر بشكل خاص نظاماً لإدارة تجميعات C# في بيئات Mono وإطار عمل لتصحيح الخلفية Interop C++ المستخدمة بواسطة Il2Cpp. يتعامل النظام مع اعتراض عملية تمهيد التطبيق لتحميل تعديلات الطرف الثالث من مجلدات مخصصة ويلتقط سجلات المحرك الداخلية في تدفق موحد لاستكشاف الأخطاء وإصلاحها. كما يتضمن أنظمة تكوين لضبط سلوك المحمل، ورؤية وحدة التحكم، ومستويات تصحيح الأخطاء.
Intercepts the game boot sequence via proxy files to load the modding runtime before the engine starts.