Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 876 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 876 Bytes

Process Hypnosis 🦀

Overview

The idea behind Process Hypnosis is to develop a malicious artifact that behaves like a debugger. As a result, we gain the ability to control the execution flow of a program that is being debugged and obtain relevant information from it, such as: creation of new threads, loaded modules, exceptions and much more.

Usage

Run the program directly or compile and use the exe afterwards:

cargo run
target/release/process_hypnosis.exe

References