1 रिपॉजिटरी
The process of modifying the system call table to intercept and redirect kernel requests.
Distinct from System Call Table Inspection: Candidates cover inspection or indirect calls, but not the actual modification/hooking of the table.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Syscall Table 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
Intercepts system call requests by modifying the kernel table to redirect execution flow.