lostindark / DriverStoreExplorer

Driver Store Explorer [RAPR]
GNU General Public License v2.0
6.82k stars 399 forks source link

Add new Class = SecurityFilter recognise #148

Open FadeMind opened 3 years ago

FadeMind commented 3 years ago

Eset AV drivers are listed as Unknown device class against

Class=SecurityFilter
ClassGuid={2B419FF0-4473-4936-A872-7FC6024310C4}

in inf files.

Maybe DSE can hande Security Filter Devices class?

Please consider.

Samples headers from INF files

[Version]
Signature   = "$Windows NT$"
Class       = SecurityFilter
ClassGuid   = {2B419FF0-4473-4936-A872-7FC6024310C4}
Provider    = %Eset%
CatalogFile = ehdrv.cat
DriverVer = 09/18/2020,10.16.43.0
[Version]
Signature="$WINDOWS NT$"
Class=SecurityFilter
ClassGuid={2B419FF0-4473-4936-A872-7FC6024310C4}
Provider=%Eset%
DriverVer = 10/15/2020,10.16.54.0
CatalogFile=edevmon.cat

20201119-1605791931-001

lostindark commented 3 years ago

DSE is reading the driver class using Windows API. What is showing in device manager?

FadeMind commented 3 years ago

@lostindark ESET Drivers are NOT listed in Device Manager at all. They are listed in DSE as unknown device class.

FadeMind commented 1 year ago

@lostindark ping