es3n1n / no-defender

A slightly more fun way to disable windows defender + firewall. (through the WSC api)
GNU General Public License v3.0
1.86k stars 11 forks source link

Missing of file in minhook #6

Open Gangadhar2k opened 3 months ago

Gangadhar2k commented 3 months ago

Severity Code Description Project File Line Suppression State Details Error C1083 Cannot open include file: 'argparse/argparse.hpp': No such file or directory no-defender-loader C:\Users\Test1\Downloads\no-defender-master\no-defender-master\no-defender-loader\main.cpp 11
Error C1083 Cannot open include file: 'MinHook.h': No such file or directory no-defender C:\Users\Test1\Downloads\no-defender-master\no-defender-master\no-defender\dllmain.cpp 2
Error C1083 Cannot open source file: '..\vendor\minhook\src\buffer.c': No such file or directory minhook C:\vendor\minhook\src\buffer.c 1
Error C1083 Cannot open source file: '..\vendor\minhook\src\hde\hde32.c': No such file or directory minhook C:\vendor\minhook\src\hde\hde32.c 1
Error C1083 Cannot open source file: '..\vendor\minhook\src\hde\hde64.c': No such file or directory minhook C:\vendor\minhook\src\hde\hde64.c 1
Error C1083 Cannot open source file: '..\vendor\minhook\src\hook.c': No such file or directory minhook C:\vendor\minhook\src\hook.c 1
Error C1083 Cannot open source file: '..\vendor\minhook\src\trampoline.c': No such file or directory minhook C:\vendor\minhook\src\trampoline.c 1

And i have tried to download the exe from the Release the windows defender blocked it and marked as a High

es3n1n commented 3 months ago

You should clone the source code using git clone https://github.com/es3n1n/no-defender --recursive