Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 376 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 376 Bytes

SilentLoad

Loads a drivers through NtLoadDriver by setting up the service registry key directly. To be used in engagement for BYOVD, where service creation creates an alert.

Usage

SilentLoad doesn't drop the driver for you. Refer to the following to lines:

#define SERVICE_NAME L"SilentLoad"
#define DRIVER_PATH L"\\??\\C:\\Windows\\System32\\drivers\\SilentLoad.sys"