bemonolit / WinDefenderKiller

Windows Defender Killer | C++ Code Disabling Permanently Windows Defender using Registry Keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinDefenderKiller

Windows Defender Killer | C++ Code Disabling Permanently Windows Defender using Registry Keys

YouTube Video: https://youtu.be/67-rp3Y16k8

Let's compile it!

image

Command:

└─# x86_64-w64-mingw32-g++ -O2 disableWinDef.cpp -o winDefKiller -I/usr/share/mingw-w64/include -L/usr/lib -s -ffunction-sections -fdata-sections -Wno-write-strings -fno-exceptions -fmerge-all-constants -static-libstdc++ -static-libgcc -fpermissive -Wnarrowing -fexceptions

I execute it!

And when i restart it:

image

If i try to download mimikatz malicious binary:

image

Not detected by Windows Defender!

About

Windows Defender Killer | C++ Code Disabling Permanently Windows Defender using Registry Keys


Languages

Language:C++ 100.0%