News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Harware Enumerator

Started by TouEnMasm, April 07, 2013, 10:37:10 PM

Previous topic - Next topic

TouEnMasm

Hello,
This one allow you to enumerate all of your hardware.
Here is a partial view of results.
Quote
Friendlyname : SAMSUNG CD-R/RW SW-252F
Device Description : Lecteur de CD-ROM
class : CDROM
Driver : {4D36E965-E325-11CE-BFC1-08002BE10318}\0000
Enumerator name : IDE
Location Information : 1
Name of device manufacturer: (Lecteurs de CD-ROM standard)
physical object name : \Device\Ide\IdeDeviceP0T1L0-3
security sds: O:SYD:(A;;FA;;;SY)(A;;FA;;;BA)(A;;FX;;;RC)(A;;0xe01f0000;;;WD)


Fa is a musical note to play with CL

dedndave

seems to work ok under XP SP3   :t

i guess, if you wanted all the devices, you'd need a kernel mode driver for APIC ?

TouEnMasm


Quote
i guess, if you wanted all the devices, you'd need a kernel mode driver for APIC ?

It's possible,a search with "APIC enumeration" give Hvgdk.h (ddk) but there is not too many functions in the file.

Fa is a musical note to play with CL

dedndave

i guess what i was thinking of was the CPU-Z program

http://www.cpuid.com/softwares/cpu-z.html

they try to enumerate everything on the system
i believe they use kernel mode drivers to access some things