Just one more question ...
Are there any ways to determine the change of such devices as mouses. DIMM modules, CPU (I need the internal ID numbur that is unique to any CPU module), keyboard, motherboard and so on... How to get these ID's?
Are there any ways to determine the change of such devices as mouses. DIMM modules, CPU (I need the internal ID numbur that is unique to any CPU module), keyboard, motherboard and so on... How to get these ID's?
you can get the cpu id via the cpuid opcode, look here
you also can get many informations from the registry, yes, the windows registry.
HKLM/Hardware/description for example...
since you can't use the in and out opcodes anymore it's very hard now to control
your hardware in windows... but you can contact your device drivers... look up
DeviceIoControl in your api reference or on msdn
you also can get many informations from the registry, yes, the windows registry.
HKLM/Hardware/description for example...
since you can't use the in and out opcodes anymore it's very hard now to control
your hardware in windows... but you can contact your device drivers... look up
DeviceIoControl in your api reference or on msdn