2 مستودعات
Tools for executing user-defined machine code or assembly scripts within a target process.
Distinct from Code Execution Sandboxes: Distinct from sandboxes: focuses on active modification of target process logic rather than secure isolation.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Code Injection Utilities. Refine with filters or upvote what's useful.
Cheat Engine is a software reverse engineering suite and memory editor designed for the Windows environment. It functions as a comprehensive platform for inspecting, analyzing, and modifying the internal logic and data structures of running applications. The tool provides capabilities for real-time memory scanning and manipulation, allowing users to locate and alter specific values within a process's address space. It distinguishes itself through advanced debugging features, including hardware-assisted debugging, kernel-mode driver injection for bypassing memory protections, and dynamic binar
Executes user-defined assembly scripts within a target process to alter internal logic at runtime.
HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp
Executes user-defined machine code instructions in response to specific system events to extend debugger functionality.