Skip to content

stop any process from looking into your process by hooking.

Notifications You must be signed in to change notification settings

byte2mov/anti-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Anti-Process

This simply stops any process from looking at your program, task manager, process hacker and any application including debuggers.

How it Works

so we simply place a hook on NTQUERYSYSTEMINFORMATION and return false always to crash applications trying to query information about our process. i also included another way of detecting file start ups that will not allow files to be started via doing the same exact thing to CreateProccessW of setting a hook and returning false always.

Usage

To integrate Anti-Process into your project, simply include the provided code snippets into your existing code.

Demo

anti.process.showcase.-.Trim.mp4

Installation

Clone the repository to your local machine:

git clone https://github.com/byte2mov/anti-process.git

About

stop any process from looking into your process by hooking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages