PDA

View Full Version : Howto setup Ollydbg for flexlm vendor daemon


sailor__eda
December 25th, 2007, 10:23
I'm trying to crack a flexlm vendor daemon.
So far I've been loading in the vendor daemon directly into Olly with the following arguments

vendor_daemon -z -c licensefile

However, using this approach, the vendor daemon will check the licensefile but exits at the end. I need to have lmgrd call the vendor daemon. Additionally, I want to setup Olly such that when the client does a feature checkout request, I want Olly to break at the entry point.

I tried launching lmgrd -c licensefile but when I use Olly to attach to the running vendor daemon, Olly seems to capture the daemon in a system call and it never goes back to the vendor code.

Any tips on how to do this?

Thanks

Sailor_EDA

PS: I realized that this may just as much a question about howto setup Ollydbg as well. Moderator, please move this post to the relevant forum if you feel it necessary.

NoLOcKs
December 29th, 2007, 19:35
Use following arguments:

"vendor daemon -T hostname 7.2* -1 -c c:\path\license.lic"

*version of your lmgrd


See your inbox, mate!

sailor__eda
December 30th, 2007, 15:23
Thanks. That was really helpful.

Sailor

RCER
January 18th, 2008, 10:22
Quote:
[Originally Posted by NoLOcKs;71284]Use following arguments:

"vendor daemon -T hostname 7.2* -1 -c c:\path\license.lic"

*version of your lmgrd


See your inbox, mate!




Is the correct syntax " vendor daemon -T lmgrd version -1 -c c:\path\license.lic" ?