Log in

View Full Version : bpx lc_init


cillonzo
November 2nd, 2002, 19:43
i am newbie
i am not use often so i don't understand how i can break with the function lc_init.....maybe i must change winice??

many thanks and sorry for the ask

cillonzo

r4g3
November 2nd, 2002, 22:34
include the exporting file in your winice.dat
exp=x:\...\filename.ext
usually it`s a .dll

CrackZ
November 3rd, 2002, 12:22
Hiya,

lc_init() is from FLEXlm.

You need to either load the exports from the lmgr*.dll if that is what your target uses, or if statically linked, apply a .sig in IDA, export it to .map, use msym to convert to .sym and load that via the symbol loader (the 2nd one depends on FLIRT recognising lc_init btw, which you'll have to check).

Regards

CrackZ.

cillonzo
November 3rd, 2002, 18:57
thanks for your replay

I have found in my *.exe with lmtools (globtr.....er) this :

Flexlm v7.2g (liblmgr.a)

so i'am in confusion because i don't have found the static linked!!!

Now i must found the kind of lmgr*.dll use this application??

Regards

cillonzo