PDA

View Full Version : flexlm


shadow1
November 3rd, 2013, 06:11
Hi!

Firstly, this is my first post and forgive me if I didn't post in the right place.

Secondly, I have an application using FlexLM and after reading some tutorials and papers, they say to download the FlexLM Programming KIT in order to use the keys and the encription seeds.

So, where I can find this kit?

Thanks

Aimless
November 3rd, 2013, 06:41
ha ahahha ahaha ha ha ha hah ahahahahahahahahahahaha!!!!!!!!!


sorry kid, I was in the mood today.

Have Phun

shadow1
November 5th, 2013, 08:28
Quote:
[Originally Posted by Aimless;95668]ha ahahha ahaha ha ha ha hah ahahahahahahahahahahaha!!!!!!!!!


sorry kid, I was in the mood today.

Have Phun


I wasn't!

Now returning on topic and leaving the joke aside:

The application I'm talking about is using lmgr3627b.dll so this means it's using FlexLM 7.2.

Now, what I need to do after getting the keys and seeds?

Thanks!

FoxB
November 5th, 2013, 13:21
after getting the keys and seeds you need generate license.

shadow1
November 6th, 2013, 14:57
Usually, that's the right path, but it doesn't work.

Code:

#define VENDOR_KEY1 0xdeadbeef
#define VENDOR_KEY2 0xdeadbeef
#define VENDOR_KEY3 0xdeadbeef
#define VENDOR_KEY4 0xdeadbeef
#define VENDOR_KEY5 0xdeadbeef
#define CRO_KEY1 0xdeadbeef
#define CRO_KEY2 0xdeadbeef

#define VENDOR_NAME "deadbeef"


An error occured while initialising FLEXlm. Invalid FlexLm key data supplied. In file .\lm_code.h

Thanks!

tedshred
November 6th, 2013, 16:25
Did you use the "calcseed" utility to recover the seeds?

shadow1
November 7th, 2013, 16:12
Maybe I'm still missing something. Back to the drawing board and a lot of stepping

So this is how you find out VENDOR_NAME and the 4 keys. Now only key4 and both of seeds.

http://i.imgur.com/AVd7dAl.png

Then, why to use "calcseed" utility for? What does it do and it's version specific?

hwnd
November 7th, 2013, 18:49
I didn't know AOL was protecting its software now days w/ flex;

Jokes aisde, if you're really working with 7.2 - there is more than enough info around here to get you all you'll ever need.

tedshred
November 9th, 2013, 16:40
Have a look at Nolan Blender's "Zendec" tutorial.

shadow1
November 12th, 2013, 16:44
Yeah, there is enough info here.

About that tutorial, it shows how to recover the seeds and keys. I think I still need the specific v7.2 sdk in order to generate the password. Or I can use other version easier to find?

And from the reversing point, I got the difference between recovering keys for v5 and v7.

tedshred
November 13th, 2013, 15:35
Probably easiest to look for and use the "lmcryptgui" utility to generate your license once the seeds have been recovered.

hwnd
December 29th, 2013, 03:37
Doubt it'll help you but for generating the lics, this is what I ended up doing:

http://pastebin.com/5n5ZatB7 ("http://pastebin.com/5n5ZatB7")