Skip to content
João Victor edited this page Nov 2, 2024 · 6 revisions

Hide Driver

Description: This command allows you to hide a specific driver on the system.

shadow.exe driver hide --name <name>

Options:

  • hide: Hides the specified driver.
  • name: The name of the driver file (e.g., example.sys) you want to hide.

Example of use:

shadow.exe driver hide --name example.sys

This command will hide the driver named example.sys.

Enumerate Driver

Description: This command lists all drivers currently loaded in the system.

shadow.exe driver -l

Options:

  • -l / --list: Lists all loaded drivers.
Clone this wiki locally