mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-10 09:27:19 +00:00
Add feature : loading unsigned driver
This commit is contained in:
@@ -23,3 +23,8 @@ BOOL InstallVulnerableDriver(TCHAR* driverPath);
|
||||
|
||||
BOOL UninstallVulnerableDriver(void);
|
||||
BOOL IsDriverServiceRunning(LPTSTR driverPath, LPTSTR* serviceName);
|
||||
// evil driver install
|
||||
TCHAR* GetEvilDriverServiceName(void);
|
||||
void SetEvilDriverServiceName(_In_z_ TCHAR* newName);
|
||||
BOOL InstallEvilDriver(TCHAR* driverPath);
|
||||
BOOL UninstallEvilDriver(void);
|
||||
Reference in New Issue
Block a user