Files
shadow-rs/doc/driver.md
joaoviictorti f132d0c0c6 new: add docs
2025-10-10 11:10:04 -03:00

599 B

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.