View Single Post
  #3  
Old 05-15-2004, 04:24
ycloud ycloud is offline
Friend
 
Join Date: Feb 2004
Posts: 56
Rept. Given: 2
Rept. Rcvd 22 Times in 6 Posts
Thanks Given: 4
Thanks Rcvd at 33 Times in 9 Posts
ycloud Reputation: 23
"lmrand1 -seed"
I set ENCRYPTION_SEED3 to the generated LM_SEED3
When "lmnewgen.exe XXXXXXX.exe -o lm_new.c", the same error
...
ENCRYPTION_SEED3 or ENCRYPTION_SEED4 in lm_code.h
are non-unique. Set them to 32-bit values
that you make up, and never change them.
And make sure you keep safe copies.
Exiting.
NMAKE : fatal error U1077: 'lmnewgen.exe' : return code '0x1'
...

then "lmrand1 -seed" again
set ENCRYPTION_SEED4 to the new generated LM_SEED3

When "lmnewgen.exe XXXXXXX.exe -o lm_new.c", it passed

So now ENCRYPTION_SEED3 has nothing to do with ENCRYPTION_SEED4, is it Ok?

//thank for aliali's help
Reply With Quote