Process Hypnosis
A Rust implementation of Process Hypnosis, a technique for debugger-assisted control flow hijacking. This project demonstrates advanced Windows debugging and process manipulation techniques.
Features
- Process debugging and control
- DLL loading monitoring
- Memory manipulation
- Symbol resolution
- Shellcode execution
- Debug event handling
Technical Details
The project implements:
- Windows Debug API usage
- Process creation and debugging
- Memory reading and writing
- Symbol resolution and lookup
- Exception handling
- Thread management
Key Components
- Debug Event Handling
- Process creation events
- Thread creation events
- DLL loading events
- Exception events
- Breakpoint handling
- Memory Operations
- Process memory reading
- Process memory writing
- Memory protection manipulation
- Shellcode injection
- Symbol Resolution
- Symbol initialization
- Symbol lookup
- Address resolution
- Function address retrieval
Usage
- Build the project using Cargo:
- Run the executable:
Dependencies
- winapi: Windows API bindings with specific features:
- debugapi
- errhandlingapi
- memoryapi
- minwinbase
- processthreadsapi
- winbase
References
- https://github.com/CarlosG13/Process-Hypnosis-Debugger-assisted-control-flow-hijack.git
- https://github.com/joaoviictorti/RustRedOps/tree/main/Process_Hypnosis
Author
Created by @5mukx