asebopros.blogg.se

Delphi hardware fingerprint
Delphi hardware fingerprint




  1. Delphi hardware fingerprint how to#
  2. Delphi hardware fingerprint windows#

Heuristic methods of anti-virus programs can generate false positives regarding the presence of a virus in the library. You have much time:-)Īnd finally one more remark.

Delphi hardware fingerprint windows#

The library with import modules should work on Windows 9x, xp, vista, 7, 10 and probably others. However demo projects are dedicated for delphi 2006 and c++ builder 6. I think the library with import modules should work also with older versions of Delphi and c++ builder and even with other c++ compilers (not only Embarcadero's) that support standard calling conventions.

Delphi hardware fingerprint how to#

There are 3 functions implemented in the library that let you build the ComputerID (32,64,128 or 256 bit): GetComputerID,GetAllStrID and MakeIDFromStr.Īlso included source demo projects in delphi and c++ builder which work without installing anything and show how to use the library and import class.

  • Memory devices informations: memory devices count and sizes of every memory devices installed, device locator and bank locator name PartNunber, Serialnumber and Manufacturer,.
  • System slots (like PCI-E, PCI, AGP and so on): slot count, name for each slot and its usage (whether there is something in it or not),.
  • CPU informations: name, socket name, manufacture, vendor, ID, frequency, external frequency,.
  • Mainboard informations: model, serial, manufacture, version,.
  • System informations: model, manufacture, serial, UUID,.
  • Bios informations: vendor, version, date, smbios version, smbios revision, all rom bios memory,.
  • Available when net card is connected to net (router) but physical drives) and additionally: tracks per cylinder, sectors per track, bytes per sector, cylinder count and logical drives created on each physical drive.
  • HDDs informations: hdd count, model, serial, revision for all physical drives (not volumes like c, d.
  • Except the graphic card name (from driver) all information are read directly from hardware system.And all of it without administrator privilege. It's a small (about 56kB) and very simple in usage dll providing on low level (No WMI, no Registry) access to general hardware informations about a computer and lets you build the ComputerID (or a few IDs as You wish) based on them.






    Delphi hardware fingerprint