![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#1
|
|||
|
|||
![]() Hi all,
I have some problems with a tool that use flexlm 10.8 license manager. I patched some data to "disable" the flexlm license and the program works very well. But...there is always a but ![]() I know only ONE of these features, so I can only enable ONE function (to do this I add new code in the .exe to put the feature name directly in memory and it works perfectly ![]() My question is very simple: How can I find all feature names? Thank you ![]() Bye. Last edited by Kova78 : 04-12-2011 at 04:45 PM. |
#2
|
|||
|
|||
![]() use a hex editor and search for known feature name. other feature names will be nearby. you can also set FLEXLM_DEBUG_LEVEL =2 in your environment variable.
read the flexlm manual for proper syntax. hock |
#3
|
|||
|
|||
![]() [Please DO NOT quote whole messages, it is unnecessary]
Hi, I searched yet with Ultraedit but....nothing ![]() Now I'm searching more info about FLEXLM_DEBUG_LEVEL =2 Thank you very much for the help ^_____^ I read the Flexlm document and in my version the env variable is called FLEXLM_DIAGNOSTICS not FLEXLM_DEBUG_LEVEL. I set the var but no importants info I have retrieved ![]() Help me ![]() Thank you very much Have a nice day. Nobody can help me ![]() Last edited by Git : 04-14-2011 at 12:14 PM. |
#4
|
|||
|
|||
![]() set the environment level and run the server on a command prompt.
lmgrd -c license file or some similar command. now you can see what features are being accessed. hock |
#5
|
|||
|
|||
![]() "lmgrd -c license.dat" will probably only respond with information relevant to the features in the license file and not any additional features.
|
#6
|
|||
|
|||
![]() Quote:
I hard reversed the code and I found all features. The features are created via code and are crypted! ![]() Last edited by Kova78 : 04-28-2011 at 04:05 AM. |
#7
|
|||
|
|||
![]() congratulations,
give a fish to someone and you feed him for a day. teach him to fish and he can feed himself for life. hock |