Log in

View Full Version : flexlm 8.1a feature problem


huangcd
June 10th, 2004, 02:08
I have encounted a problem when trace into a daemon with SI.

With SI i found the job structure and vendor structure. I decided to use these two structure data to regenerate the encrypted seed1 and 2 and generate the license via SDK . But now the problem is : where are the features? I searched through all the daemon exe files with IDA and still the daemon do not break at lc_checkout() or l_checkout() in Softice. where can i find them ?

thx,

redsk_y
June 10th, 2004, 02:18
huangcd,

Usually the daemon doesn't include any features. You have to
find them in the client or in the target.

--rs

huangcd
June 10th, 2004, 04:38
Quote:
[Originally Posted by redsk_y]huangcd,

Usually the daemon doesn't include any features. You have to
find them in the client or in the target.

--rs


redsk_y,

thanks for ur reply. I once checked the target exe file. But it is too big with 18M bytes. Yeh,u r right. Maybe i should find the features in the target.

thx