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 from 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
| Updated: | 2009-09-16 |
| License: | Free |
| Publisher: | Cubic Design |
| Size: | n/a |
| Require: | 486 / 32Mb RAM / res640x480 |
| System: | Win95, Win98, WinME, WinNT3x, WinNT4x, WinXP, Win2000, Win2003 |
| Language: | English, Dutch, German, Romanian, Russian |
|
|||
| Close |