a7t0fwa7 / anti-process

stop any process from looking into your process by hooking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 100.0%