crkzone
November 23rd, 2009, 02:37
Quote:
[Originally Posted by crkzone;83773]Hi Crackz
I have tried both v8.4 and 9.2.Lmcrypt output is correct ofcourse after compiling indivisually and seperate from binrary build otherwise it doesn't work too.
When i do the same for vendor daemon it refueses to accept the correct license file which original daemon accepts. |
I think the problem is related to how lmnewgen deals with encryption seeds.
From version v9.2 source code we can underestand that lmnewgen call rnd function to produce encryption seeds from lm_seeds.
Vendor Daemon depends on lm_new.obj and lsvendor.obj files which i guess random encryption seeds or somehow hardcoded inside.
I have changed the attributes of lm_seeds.h to readonly and i found this error
Can't write lmseeds.h file, exiting: Permission denied
NMAKE : fatal error U1077: '.\lmnewgen.exe' : return code '0x1'