Log in

View Full Version : How to generate Solaris's license with Flexlm6.1 SDK on Windows


HappyWolf
March 26th, 2001, 05:43
Because I haven't Flexlm6.1 SDK on Solaris 2.5.1, so I want to generate
the of SunWorkshop 5.0 on Solaris with Flexlm6.1 SDK on Windows.
I have got the two seeds:
The real seed1: 0x1b55a399
The real seed2: 0xa91834d8
and the five vendor keys:
VENDOR_KEY1 0x74d8dbd7
VENDOR_KEY2 0x0e3ee474
VENDOR_KEY3 0x030776cf
VENDOR_KEY4 0xde024b81
VENDOR_KEY5 0xb7ef0e08
which were received with the help of Dan's essey. I emphasize that the
vendor key5 was calculated with the Noland blender's program called
lmrecode.c and the other were got with the adb debugger.

Then I modified the lm_code.h with the above seeds & keys, and compiled
lmcrypt.c on Windows' Flexlm6.1 SDK. When I ran
lmcrypt -i workshop5demo.dat -o license.dat -longkey
I got the message as following
"lc_init failed: Flexlm platform not enabled
Flexlm error: -48,52"
Could you indicate how to generate a valid license on Solaris with the
Flexlm6.1 SDK on Windows? Or you could tell me where to download
Flexlm SDK for Solaris(out of www.globetrotter.com).

Thanks in advance.

Tony

tom_324
March 26th, 2001, 08:27
Use Nolan's tools from CrackZ site to generate new keys 1-5 for Windows platform.
Then use seeds you got from the original target to generate new license file. License generation is only seed dependant, keys 1-5 are for enabling FlexLM and eve no influence on license.

Tom

nblender
March 26th, 2001, 19:05
What he said.

Also, you have to figure out the crypt filter or it's all for naught.

HappyWolf
March 28th, 2001, 20:11
Quote:
nblender (03-26-2001 16:05):
What he said.

Also, you have to figure out the crypt filter or it's all for naught.


Yes, I will try to understand the crypt filter. But at present,
with Dan's essey and your program I got a strange license.
Some features is licensed correctly and the other is wrong.

I can't understand the reason causing the phenomenon.