Log in

View Full Version : FlexLM Space in NOTICE


silke
April 6th, 2010, 08:33
Hello!

With the help of wodmanns info and analyzing the source from teamrebell i was able to code a keygen for FlexLM 5.

I can produce a valid lic file. :-)
Example:
Quote:
FEATURE InBouch_ Sonderware 10.100 1-jan-0 0 2DAC6621012E0B8B9D0E \
VENDOR_STRING=EFDD00000000000300000000 HOSTID=ANY ISSUER=asfd \
NOTICE=hallo|asf| SN=123456


But when i try to create a lic file which contains spaces after the "NOTICE=" my keygen crashed! :-(

Code:
'String2Crypt = "FEATURE InBouch_ Sonderware 10.1 1-jan-0 0 0 VENDOR_STRING=EFDD00000000000300000000 HOSTID=ANY NOTICE=My Company SN=123456 ISSUER=Sonderware"

i% = c325_LC_CRYPTSTR(String2Crypt, CryptedString, out_str_len, vbNullString, err_str_len, myVendorKey5)


can you help me? i would like to use also space after the NOTICE.

Thank you!

FoxB
April 6th, 2010, 12:00
NOTICE="My Company" or 'My Company'

silke
April 8th, 2010, 02:05
thank you! it was so easy - but i was blind! now it's working!

thank you very much!