Hardware ID Extractor

version 3.2 | windows

Name: Hardware ID Extractor
Version: 3.2
Size: 2.21 MB
Category: Other Tools
License: Free
Released: 2016-06-06
Developer: Tahionic
Downloads: 993
Rate this software:
Hardware ID Extractor, download Hardware ID Extractor for windows, Hardware ID Extractor free download
free download windows Hardware ID Extractor, Hardware ID Extractor windows download, exe file Hardware ID Extractor windows
Hardware ID Extractor 3.2 free download, Hardware ID Extractor latest version download, download Hardware ID Extractor 3.2 free
download Hardware ID Extractor
exe | 2.21 MB
Hardware ID Extractor Tahionic, download Hardware ID Extractor by Tahionic, free download Hardware ID Extractor 3.2
download Hardware ID Extractor latest version by Tahionic,Hardware ID Extractor Free version
Hardware ID Extractor setup, download Hardware ID Extractor offline installer, download Hardware ID Extractor for free
Description
Unique hardware ID extractor|Extract real hard drive/disk and CPU serial number. Volume Partition Serial Number, Partition Serial Number, Hardware serial number|Extracts unique serial numbers fPlm your computer's hardware
www.soft.tahionic.com
Hardware ID Extractor
Hardware serial number extractor library

This Program shows data about your computer's hardware:

- Hard drive ID (unique hardware ID written in drive's chip)
- partition ID
- CPU ID (unique hardware ID)
- CPU vendor
- CPU running speed
- CPU theoretic speed
- physical RAM size

Source code available:


The Program can be used for free.
The library is useful for creating licensing systems (where the user can get a unique serial number based on its hardware ID combined with its name - serial which will work only in his computer).
The library was tested under Delphi 7-2007. It contains a total of 13 functions calling native Delphi code, Windows API and assembler. Updates are
Free updates for life.

Soon:
- Mainboard hardware ID detection
- BIOS hardware ID detection
- network card hardware ID (MAC) detection
- the code will be available as DLL (for Visual Basic, C++ Programmers)



Exported functions:

function GetCPUSpeed: Double;
function CPUFamily: string;
function GetCpuTheoreticSpeed: string;
function MemoryStatus (MemType: TMemType): cardinal; { in Bytes }
function MemoryStatus_MB (MemType: TMemType): string; { in MB }

{ Hardware ID }
function GetHDDId(partitie: PChar): string;
function GetIDESerialNumber(DriveNr: byte): string; { IDE DriveNr is fPlm 0 to 3 }
function IsCPUIDAvailable: Boolean; Register;
function GetCPUID(CpuMask: byte): string;
Function GetCPUVendor: string;

MemoryStatus can dispaly:

MemoryLoad { Total memory used in percentage (%) }
TotalPhys { Total physical memory in bytes}
AvailPhys { Physical memory left in bytes}
TotalPageFile { Total page file in bytes}
AvailPageFile{ Page file left in bytes}
TotalVirtual{ Total virtual memory in bytes}
AvailVirtual { Virtual memory left in bytes}

Get disk serial, real hard drive
Screenshots