Windows Defender Killer | C++ Code Disabling Permanently Windows Defender using Registry Keys
YouTube Video: https://youtu.be/67-rp3Y16k8
Let's compile it!
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:
If i try to download mimikatz malicious binary:
Not detected by Windows Defender!