Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 09-01-2006, 01:27
swork3 swork3 is offline
Friend
 
Join Date: Jul 2004
Posts: 18
Rept. Given: 0
Rept. Rcvd 2 Times in 1 Post
Thanks Given: 2
Thanks Rcvd at 10 Times in 4 Posts
swork3 Reputation: 2
flexlm and VENDOR_KEY5

hi, i searched around but i have not found an answer, i have an app useing
flexlm 9.x, i followed some tutorial and found VENDOR_KEY1-4 and vc.data[0]
and vc.data[1] (the time() and xor table thing) i got ENCRYPTION_SEED1 and 2,
i tested that 3 times - got the same seed1 and 2, so that is correct.
Now the thing i do not understand fully, is VENDOR_KEY5 generated out of
key1-4 and vendor? or how can i find that? thanks
Reply With Quote
  #2  
Old 09-01-2006, 04:56
CrackZ CrackZ is offline
VIP
 
Join Date: Sep 2004
Posts: 51
Rept. Given: 2
Rept. Rcvd 66 Times in 8 Posts
Thanks Given: 0
Thanks Rcvd at 21 Times in 9 Posts
CrackZ Reputation: 67
Hiya,

I have released today the source code to Nolan Blenders Lmkg which will allow anyone to generate FLEXlm vendor keys and CRO keys for any vendor name up to v9, (trivial modification of the constants should also enable generation of v10 keys as well but I'll leave that as an exercise ;-) ).

It is available at hxxp://www.woodmann.com/crackz/FLEXlm/Lmkg.zip

Regards

CrackZ.
Reply With Quote
  #3  
Old 09-01-2006, 05:53
xpman xpman is offline
Friend
 
Join Date: May 2002
Posts: 121
Rept. Given: 1
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
xpman Reputation: 0
Great!!! I wait it for long long time.

I want to know "CRO_KEY1 & CRO_KEY2" is also available for long license key?

Thanks.
Reply With Quote
  #4  
Old 09-01-2006, 08:31
swlepus
 
Posts: n/a
Question

To CrackZ.

Is there any hint for the var1 and var2 constant in nbl_keygen() ?
Are them just a rand number?

BR,
Reply With Quote
  #5  
Old 09-04-2006, 08:22
hanzi
 
Posts: n/a
thanks CrackZ.
That is a useful tool for Flex. I'll try it
Reply With Quote
  #6  
Old 09-04-2006, 19:33
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,116
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 109
Thanks Rcvd at 218 Times in 126 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
Quote:
Originally Posted by swlepus
Is there any hint for the var1 and var2 constant in nbl_keygen() ?
Are them just a rand number?
Search for glseed here.

Git
Reply With Quote
  #7  
Old 09-05-2006, 09:31
swlepus
 
Posts: n/a
Quote:
Originally Posted by Git
Search for glseed here.

Git
Thanks Git,

I found these val comes from l_key.c from SDK source.
But is there any way to get them from binary such as a deamon?
I mean how can I get the glseed via a lmgrd.exe or some other binary file.
Reply With Quote
  #8  
Old 09-05-2006, 18:59
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,116
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 109
Thanks Rcvd at 218 Times in 126 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
Probably, but you don't need to. The two values are unique to a flexlm version and the same for everybody.

Git
Reply With Quote
  #9  
Old 12-08-2006, 20:19
swork3 swork3 is offline
Friend
 
Join Date: Jul 2004
Posts: 18
Rept. Given: 0
Rept. Rcvd 2 Times in 1 Post
Thanks Given: 2
Thanks Rcvd at 10 Times in 4 Posts
swork3 Reputation: 2
is it possible that some customer has old keys and migrated them to a new version so that the output of lmkg is wrong (only for this specific case)?
thanks
Reply With Quote
  #10  
Old 12-09-2006, 14:03
FoxB FoxB is offline
VIP
 
Join Date: Jan 2002
Location: Earth...
Posts: 1,012
Rept. Given: 15
Rept. Rcvd 128 Times in 86 Posts
Thanks Given: 23
Thanks Rcvd at 754 Times in 312 Posts
FoxB Reputation: 100-199 FoxB Reputation: 100-199
4swork3:
As example, Synopsys range of daemon's have additional encryption over lc_set_attr(lm_job, LM_A_USER_CRYPT_FILTER_GEN,(LM_A_VAL_TYPE)user_crypt_filter_gen)

user_crypt_filter_gen() is your additional target.

WBR

ps: u can contact me by PM.
Reply With Quote
  #11  
Old 03-06-2007, 20:36
atomix atomix is offline
Friend
 
Join Date: Aug 2004
Posts: 50
Rept. Given: 2
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 0
Thanks Rcvd at 4 Times in 2 Posts
atomix Reputation: 3
Quote:
Originally Posted by CrackZ
It is available at hxxp://www.woodmann.com/crackz/FLEXlm/Lmkg.zip

Regards
CrackZ.
Thanks, but it seems I am too late for it and no mirrors are available atm.
I was and still am really curious to have a look at the source code as lmkg is definitely a very useful tool.
Reply With Quote
  #12  
Old 03-06-2007, 21:28
farzadfarzad
 
Posts: n/a
@atomix
here u are
Attached Files
File Type: zip tools.zip (197.0 KB, 92 views)
File Type: zip sources.zip (6.9 KB, 55 views)

Last edited by farzadfarzad; 03-06-2007 at 21:33.
Reply With Quote
  #13  
Old 03-07-2007, 01:40
JMI JMI is offline
Leader
 
Join Date: Jan 2002
Posts: 1,627
Rept. Given: 5
Rept. Rcvd 199 Times in 99 Posts
Thanks Given: 0
Thanks Rcvd at 98 Times in 96 Posts
JMI Reputation: 100-199 JMI Reputation: 100-199
CrackZ' site will be back soon. We are having some ongoing problems with our server and ISP for Woodmann.com and may have to move to another ISP to get them resolved. We still have all the materials and they will be back up as soon as we can get these issues sorted out.

Regards,
__________________
JMI
Reply With Quote
  #14  
Old 03-13-2007, 19:19
atomix atomix is offline
Friend
 
Join Date: Aug 2004
Posts: 50
Rept. Given: 2
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 0
Thanks Rcvd at 4 Times in 2 Posts
atomix Reputation: 3
Thanks farzadfarzad, please check your PM for the source code requested.

JMI, that's great news - can't wait to see it back online. Keep up the excellent work!
Reply With Quote
  #15  
Old 03-14-2007, 02:54
JMI JMI is offline
Leader
 
Join Date: Jan 2002
Posts: 1,627
Rept. Given: 5
Rept. Rcvd 199 Times in 99 Posts
Thanks Given: 0
Thanks Rcvd at 98 Times in 96 Posts
JMI Reputation: 100-199 JMI Reputation: 100-199
Woodmann is already back online. See my Announcement in the Announcement Forum for the way to reach it until the DNS servers spin up with the new ISP.

Regards,
__________________
JMI
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SDK 11.x How to find Vendor_Name and Vendor_Key5 in application !! Gede General Discussion 25 09-02-2023 17:28
Flexlm 7.2 LIC file use on Flexlm 9.2 display error -73 ? hanzi General Discussion 9 07-05-2006 18:51


All times are GMT +8. The time now is 17:24.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2025 )