Skip to content

Latest commit

 

History

History

Process_Hypnosis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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