verifiergui.exe
- File Path:
C:\Windows\SysWOW64\verifiergui.exe
- Description: Driver Verifier Manager
Hashes
Type |
Hash |
MD5 |
F61085E8A94C91AE6FF47F0D6FF449AF |
SHA1 |
5986573DEE53F421CBBFB3A8FBEA2BD32F81FCD6 |
SHA256 |
EC30A097830520B77A6BEFF40544271D01CB625CB29ECEE1E8AD6D4B9BA4E961 |
SHA384 |
B1C4B41BFBC8483F73F08DC5A4BB1B6727A46AD58FFC209E5E2C4CF03FF6D2B7ACEE3CA6B376A8EBD46BE0274D32C67E |
SHA512 |
7AF23B01461DDA2BDFF5772E666FF1EECE9817C4C829E5430134CB6228033E09624039681BE99C948A16F45B091E073C368AC126CBC227C88E1F9EE893155B29 |
SSDEEP |
3072:ZcJVIZen+Vcv2JBwwRBkBnRePnjA+z7zqB4nG0yYSQSvMA201qaIxP090tJJmNi+:OkG1kUg5qApW+nOU+KNU |
IMP |
88EF90B452C1D8A53DCAF4AB36A661C5 |
PESHA1 |
E70A2349664F2B34590AA5041216B264ECF307A1 |
PE256 |
E77677EDB0B52FE1284E2EEF10420CDFFDE104E6042B237A24F5092F1645A411 |
Runtime Data
Usage (stdout):
Copyright (c) Microsoft Corporation. All rights reserved.
COMMON USAGE:
verifier /?
verifier /standard /all
verifier /standard /driver NAME [NAME ...]
verifier /flags FLAGS /all
verifier /flags FLAGS /driver NAME [NAME ...]
verifier /rules [OPTION ...]
verifier /query
verifier /querysettings
verifier /bootmode [persistent|resetonbootfail|oneboot]
verifier /reset
verifier /faults [PROB [TAGS [APPS [MINS]]]]
verifier /faultssystematic [OPTION ...]
verifier /log LOG_FILE_NAME [/interval SECONDS]
verifier /volatile /flags FLAGS
verifier /volatile /adddriver NAME [NAME ...]
verifier /volatile /removedriver NAME [NAME ...]
verifier /volatile /faults [PROB [TAGS [APPS [MINS]]]]
/?
This help.
/standard
Enable the Driver Verifier standard flags.
This is functionally equivalent to '/flags 0x209BB'
/all
Enable Driver Verifier on all drivers in a system.
/driver NAME [NAME ...]
Specify the driver or list of drivers that should be verified.
NAME is the name and extension of the file to verify (example: driver.sys).
To enable Driver Verifier on more than one driver, list all drivers using a
space separated list. Wildcard values (such as n*.sys) are not supported.
/flags FLAGS
Specify which options are enabled for verification.
FLAGS value must be a number in decimal or hex (with 0x prefix).
Note: Flags are applied to all drivers being checked by Driver Verifier.
STANDARD FLAGS:
These flags are considered standard options for Driver Verifier and can be
set using '/standard' or by the combination of the options: '/flags 0x209BB'
bit 0 (0x00000001) - Special pool
bit 1 (0x00000002) - Force IRQL checking
bit 3 (0x00000008) - Pool tracking
bit 4 (0x00000010) - I/O verification
bit 5 (0x00000020) - Deadlock detection
bit 7 (0x00000080) - DMA checking
bit 8 (0x00000100) - Security checks
bit 11 (0x00000800) - Miscellaneous checks
bit 17 (0x00020000) - DDI compliance checking
ADDITIONAL FLAGS:
These flags are designed for specific scenario testing.
Flags marked with a (*) require I/O Verification (bit 4) also be enabled.
Flags marked with a (**) support disabling of individual rules.
bit 2 (0x00000004) - Randomized low resources simulation
bit 9 (0x00000200) - Force pending I/O requests (*)
bit 10 (0x00000400) - IRP logging (*)
bit 13 (0x00002000) - Invariant MDL checking for stack (*)
bit 14 (0x00004000) - Invariant MDL checking for driver (*)
bit 15 (0x00008000) - Power framework delay fuzzing
bit 16 (0x00010000) - Port/miniport interface checking
bit 18 (0x00040000) - Systematic low resources simulation
bit 19 (0x00080000) - DDI compliance checking (additional)
bit 21 (0x00200000) - NDIS/WIFI verification (**)
bit 23 (0x00800000) - Kernel synchronization delay fuzzing
bit 24 (0x01000000) - VM switch verification
bit 25 (0x02000000) - Code integrity checks
/rules [OPTION ...]
Options for rules that can be disabled (advanced).
query: shows current status of controllable rules.
reset: resets all rules to their default state.
default ID: sets rule ID to its default state.
disable ID: disables specified rule ID.
/query
Display a summary of Driver Verifier's current activity.
/querysettings
Display a summary of the options and drivers that are currently enabled,
or options and drivers that will be verified after the next boot. The
display does not include drivers and options added using /volatile.
/bootmode
Sets the verifier boot mode. Requires reboot to take effect.
persistent: Ensures that DV settings are persistent over many reboots.
This is default.
resetonbootfail: If OS fails to boot, reset verifier for subsequent boots.
oneboot: Only enable verifier for next boot.
/reset
Clear Driver Verifier flag and driver settings. Does not clear bootmode.
Requires reboot to take effect.
/faults [PROB [TAGS [APPS [MINS]]]]
Enable the Randomized low resources simulation bit and optionally control
parameters for the Randomized low resources simulation.
PROB: A number between 1 and 10000 specifying the fault injection
probability. If this parameter is not specified, then the default
value of 600 (6%) will be used.
TAGS: A space separated list of the pool tags to be injected with faults.
If this parameter is not specified, then any pool allocation can be
injected with faults.
APPS: A space separated list of the image filename of the applications that
will be injected with faults. If this parameter is not specified then
the Randomized low resources simulation can take place in any
application.
MINS: A positive number indicating the of minutes after rebooting during
which no fault injection will occur. If this parameter is not
specified, then the default length of 8 minutes will be used.
/faultssystematic [OPTION ...]
Options for controlling the Systematic low resources simulation.
enableboottime: enables fault injections across reboots.
disableboottime: disables fault injections across reboots (default).
recordboottime: enables fault injections in 'what if' mode across
reboots.
resetboottime: disables fault injections across reboots and clears
the stack exclusion list.
enableruntime: dynamically enables fault injections.
disableruntime: dynamically disables fault injections.
recordruntime: dynamically enables fault injections in 'what if'
mode.
resetruntime: dynamically disables fault injections and clears the
previosly faulted stack list.
querystatistics: shows the current fault injection statistics.
incrementcounter: increments the test pass counter used to identify
when a fault was injected.
getstackid COUNTER: retrieves the indicated injected stack id.
excludestack STACKID: excludes the stack from fault injection.
/log LOG_FILE_NAME [/interval SECONDS]
Create a log file with the name LOG_FILE_NAME.
If '/interval' option is not specified, the default 30 seconds is used.
Note: If a 'verifier /log' command is typed at the command line, the command
prompt does not return. Use CTRL+C to close the log and return.
/volatile
Change the verifier settings dynamically without rebooting the system.
Volatile settings are in effect until the next system reboot.
/volatile /adddriver NAME [NAME ...]
Add the specified driver or drivers to the list of drivers that will be
checked with volatile settings.
/volatile /removedriver NAME [NAME ...]
Remove the specified driver or drivers from the list of drivers that are
being checked with volatile settings.
Loaded Modules:
Path |
C:\Windows\SYSTEM32\ntdll.dll |
C:\Windows\System32\wow64.dll |
C:\Windows\System32\wow64cpu.dll |
C:\Windows\System32\wow64win.dll |
C:\Windows\SysWOW64\verifiergui.exe |
Signature
- Status: Signature verified.
- Serial:
33000001C422B2F79B793DACB20000000001C4
- Thumbprint:
AE9C1AE54763822EEC42474983D8B635116C8452
- Issuer: CN=Microsoft Windows Production PCA 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
- Subject: CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
- Original Filename: verifiergui.exe
- Product Name: Microsoft Windows Operating System
- Company Name: Microsoft Corporation
- File Version: 10.0.17763.1 (WinBuild.160101.0800)
- Product Version: 10.0.17763.1
- Language: English (United States)
- Legal Copyright: Microsoft Corporation. All rights reserved.
- Machine Type: 32-bit
File Scan
- VirusTotal Detections: 0/68
- VirusTotal Link: https://www.virustotal.com/gui/file/ec30a097830520b77a6beff40544271d01cb625cb29ecee1e8ad6d4b9ba4e961/detection/
File Similarity (ssdeep match)
MIT License. Copyright (c) 2020-2021 Strontic.