Geoff Chappell, Software Analyst
The COVERAGE_MODULE_REQUEST structure is expected as input to ZwSetSystemInformation or NtSetSystemInformation when given the information class SystemCoverageInformation (0x5F).
The COVERAGE_MODULE_REQUEST structure is not documented.
The COVERAGE_MODULE_REQUEST is 0x14 or 0x18 bytes in 32-bit and 64-bit Windows, respectively.
| Offset (x86) | Offset (x64) | Definition |
|---|---|---|
| 0x00 | 0x00 |
COVERAGE_REQUEST_CODES RequestType; |
| 0x04 | 0x08 |
union {
UCHAR MD5Hash [0x10];
UNICODE_STRING ModuleName;
} SearchInfo;
|
While the COVERAGE_REQUEST_CODES enumeration seems to be used nowhere else, it may as well be presented here: