Log in

View Full Version : F*L*E*X*L*M* SDK v8.0c (Help)


redsk_y
May 9th, 2002, 13:15
Hello,

I need your help and patiente.

I have installed this SDK (download from CrackZ site) and when I launch evalicgen.exe I see
FLEXLM Error: -44,49 (invalid FlexLM Key Supplied).

I have changed the lm_code.h in this way

#ifndef LM_CODE_H
#define LM_CODE_H
#include "lm_cro.h"

#define VENDOR_KEY1 0x00120012
#define VENDOR_KEY2 0x00212133
#define VENDOR_KEY3 0x003243e4
#define VENDOR_KEY4 0x00435531
#define VENDOR_KEY5 0x00235742

#define VENDOR_NAME "demo_pio"
#define ENCRYPTION_SEED1 0x87004321
#define ENCRYPTION_SEED2 0x12005678
#define ENCRYPTION_SEED3 0x11003344
#define ENCRYPTION_SEED4 0x55007788

#define LM_STRENGTH LM_STRENGTH_LICENSE_KEY

#define CRO_KEY1 0x0
#define CRO_KEY2 0x0

#define LM_BORROW_OK 1
#define LM_VER_BEHAVIOR LM_BEHAVIOR_V8

Coulb be someone so kind to help me?

Tnx a lot!

nblender
May 10th, 2002, 03:56
I think you need to have valid vendor keys there, or all is in vain.
--nb

redsk_y
May 11th, 2002, 12:07
Tnx Nolan Blender, now it is clear.

I have studied your essay on zend and I have extracted the

ENCSEED1/2 for vendor name gsi
KEYs 1/4

then using the tool lmvkey I got KEY5.

Finally it is working!

Just another question, is it possible to extract the key 5 from
the target?

I will be very grateful if you could be so kind to answer.

Tnx again

nblender
May 14th, 2002, 20:21
Yes, it's possible to dig out vendorkey 5 from the target, however there's not much point, it's just extra work.

--nb

SeanC
June 20th, 2002, 11:18
Hi,

After I find vendorcodes from vendorcode structure of SDK 8.0c. Use calseed to obtain seed1&2 and key v+0c, +10, ...for key[1~4]. Also got
FLEXLM Error: -44,49 (invalid FlexLM Key Supplied).
Then check key[1~4] by using lmvkey of NB. The result is validation 1 error.
It means wrong key[1~4] are supplied. Does lmvkey need update for v8? It works fine in previous version.

Please help me.

Tnx a lot.

nblender
June 21st, 2002, 03:21
Yeah, it probably needs an update, but I wouldn't hold my breath waiting for it

"LMVKEY5 is no longer a publicly supported product"

redsk_y
June 25th, 2002, 14:27
SeanC,

In this new SDK the global seed has
been changed.


So this is the reason why
lmvkey doesn't understand these keys.

.Bye