cpz / trinity

Fully disables & removes Windows Defender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                                 .--.   _..._   .--.                               
                                  |__| .'     '. |__|      .-.          .-          
                      .|  .-,.--. .--..   .-.   ..--.     .|\ \        / /          
                    .' |_ |  .-. ||  ||  '   '  ||  |   .' |_\ \      / /           
                  .'     || |  | ||  ||  |   |  ||  | .'     |\ \    / /            
                 '--.  .-'| |  | ||  ||  |   |  ||  |'--.  .-' \ \  / /             
                    |  |  | |  '- |  ||  |   |  ||  |   |  |    \ `  /              
                    |  |  | |     |__||  |   |  ||__|   |  |     \  /               
                    |  '.'| |         |  |   |  |       |  '.'   / /                
                    |   / |_|         |  |   |  |       |   /|`-' /                 
                    `'-'              '--'   '--'       `'-'  '..'         
                    Trinity is a project to fully disable & remove Windows Defender from your system.

Strictly for educational purposes.

Options

  trinity {OPTIONS}

  OPTIONS:

      -h, --help                        Display this help menu
      -s, --system-restore              Create system restore point before
                                        removing defender

Building

To build project you need:

To set up the build environment, run the following commands in a terminal:

git clone https://github.com/cpz/trinity.git --recurse-submodules
cd trinity
premake5 vs2019

Now, you will be able to open the solution, and simply build it in Visual Studio.

Credits

Project fully based on these twits.

About

Fully disables & removes Windows Defender


Languages

Language:C++ 93.7%Language:Lua 6.3%