Log in

View Full Version : Winlicense HW Environment emulation?


sf3lamer
April 27th, 2010, 09:06
Hi,

I have some application not supported anymore. It's winlicense protected and works fine on my PC. But I'm planning to upgrade my hardware, so app won't work in future.

What things do I need to dump and emulate on new PC to make it work?

Now I've found WL is reading values of
MAC address, \\.\PhysicalDirve# (serial#), System Bios Version (from registry), but that's not enough ((( What did I missed?

Thanks in advance

JohnFive
May 5th, 2010, 08:17
CPUID.
If driver used, then hardware values read from driver.

sf3lamer
May 8th, 2010, 07:50
JohnFive,
Thanks a lot for this point. Driver isn't used, so it must be easier.

quosego
May 10th, 2010, 05:29
Wouldn't it be easier to just unpack. WL stores licensing in packer data, which gets stored in your unpack. Except for name/company and custom strings. But that is easily redirected, can help you there if you wish. It would make it registered on any computer.

sf3lamer
May 20th, 2010, 03:56
Quote:
[Originally Posted by quosego;86441]Wouldn't it be easier to just unpack.

You're right. It took some time but I've unpacked it. Thanks for sharing my problem and nice tutorials.