Add feature : loading unsigned driver

This commit is contained in:
v1k1ngfr
2022-12-25 01:07:15 +01:00
committed by Maxime Meignan
parent 0bbe76aab1
commit 7be844b518
16 changed files with 427 additions and 6 deletions
+1
View File
@@ -8,6 +8,7 @@ typedef enum _START_MODE {
credguard,
audit,
firewall,
load,
none
} START_MODE;