1 रिपॉजिटरी
Techniques for overwriting kernel instructions to redirect execution flow to custom code.
Distinct from Kernel Event Hooks: The candidates focus on event binding or auditing; this is specifically about memory-level instruction overwriting.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Inline Kernel Hooking. Refine with filters or upvote what's useful.
APatch is a suite of utilities for Android designed to provide kernel-level root access, manage system modules, and inject custom code into the kernel. It functions as a root tool and system module loader that allows for administrative privileges and device customization. The project distinguishes itself by injecting root capabilities directly into the kernel space to increase stealth and system-level authority. It utilizes a key-based authorization system to manage high-privilege access and prevent unauthorized administrative control of the device. The system modifies operating system behav
Implements inline hooks in kernel memory to detour execution and modify system behavior in real-time.