Page 1 of 1

Windows UID

Posted: Mon Jun 23, 2003 7:21 pm
by tony
I would like to find a way to get a PC uid. It's a for a serial number protection scheme. I would like to get a unique serial number for every PC.

Thanks,
Tony

Re: Windows UID

Posted: Mon Jun 23, 2003 10:05 pm
by ricardo
tony wrote:I would like to find a way to get a PC uid. It's a for a serial number protection scheme. I would like to get a unique serial number for every PC.

Thanks,
Tony
Hi, A few days ago Tim Olso releases here a small dll that let you have this unique number.
I can't remember the url to the file but if you use the search you should be able to find it.

Code: Select all

DiskInfo Library - Version 1.0
Created by Tim Olson - 2003
I think there should be some place here or in PB site where every one could put there the tools released for PB.

Maybe a sticky message in the forum where everyone could add his new released tool.

Re: Windows UID

Posted: Mon Jun 23, 2003 10:10 pm
by Max.
tony wrote:I would like to find a way to get a PC uid. It's a for a serial number protection scheme. I would like to get a unique serial number for every PC.
Rings posted a snippet to retrieve the HDD serial #

viewtopic.php?t=6599

& Revolver a library

viewtopic.php?t=6565

Re: Windows UID

Posted: Tue Jun 24, 2003 1:15 pm
by freedimension
ricardo wrote:Hi, A few days ago Tim Olso releases here a small dll that let you have this unique number.
I can't remember the url to the file but if you use the search you should be able to find it.
A dll is faster hacked than you can reboot your system. Simple write a new one, returning always the same "UID".
When there are no more build in security mechanisms (i.e. it is as easy as calling the function) this is a very weak protection.