Using the EnumDeviceDrivers function i get the following weird (to me at least) output:
I get the same results using:
When using various ARK tools however i don't see these dlls but more reasonable dlls like BOOTVID.dll and halmacpi.dll.
I would like to know why the system reports these dlls as device drivers?
Thanks.
I get the same results using:
Code: Select all
The program DriverView from NirSoft reports the same files.NtQuerySystemInformation(
SystemModuleInformation,
driverList,
size,
nullptr);
When using various ARK tools however i don't see these dlls but more reasonable dlls like BOOTVID.dll and halmacpi.dll.
I would like to know why the system reports these dlls as device drivers?
Thanks.