![]() |
|
|
|
#1
|
|||
|
|||
|
hi szy111
for creation of lmcrypt with lmcryptgui you must supply vendorname, behaviour and 2 enc seed. the l_string_key is a function that generate licensekey for every feature. you can trace it to see the proc of licensekey generation or the result of it and create license. another way is grabing 2 seed from output of 2 signed32 call in l_string_key and create lmcrypt with lmcryptgui. toro. |
|
#2
|
|||
|
|||
|
hi toro:
thanks for your replay. my question is :i can not set breakpoint at l_string_key in my target . why? what's signed32 ? Last edited by szy111; 09-08-2004 at 23:18. |
|
#3
|
|||
|
|||
|
hi szy111
depend on flexlm version and its behaviour there are more than one l_string_key. if your question is that you set breakpoint but programs not break, the answer is you must set breakpoint in every of them. find your target flexlm version with lmtools then open target in olly and scan object file with lmgr.lib or lmgrd.lib and then set breakpoint on every l_string_key. in middle of everyl_string_key you will see 2 call to signed32. toro. |
|
#4
|
|||
|
|||
|
sorry, my mean is that i can not find l_string_key breakpoint in my target, it report symbol not found !!!
my target is unix program , not win'program , so can not use olly . |
|
#5
|
|||
|
|||
|
hi szy111
in windows if have not proper .lib, i serach this sequence of commands for l_string_key. MOV DWORD PTR SS:[EBP-0B0],8 MOV DWORD PTR SS:[EBP-114],5 MOV DWORD PTR SS:[EBP-20],0A toro |
|
#6
|
|||
|
|||
|
toro:
thank you very much . i am sorry i can not find l_string_key , i attach it , can you find where it is ? Last edited by szy111; 09-12-2004 at 15:01. |
|
#7
|
|||
|
|||
|
hi szy111
41a1f5 41ea7d 441478 451e08 4870c9 48024c this is not test.exe. the vendor is "Hamp-Russ" !!!!!! please don't ask me to generate license for you!!!!. toro |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flexlm 7.2 LIC file use on Flexlm 9.2 display error -73 ? | hanzi | General Discussion | 9 | 07-05-2006 18:51 |