Hi lionsys:
I do not need to crack the protection, I have the serial number which work good
The problem is that: I want to make a copy from the cd to give it to my friend with the serial number
_____________________________________________________________
I ask you to explain in detail how arrived at this conclusion
How do you know User Key Hash (2): 0x556D
i have have software crypey 6.1 protection i generate master key but
i crash my head with generate userkey or userkey has(2)
please explaine how i could generate
Usually, the userkey can be seen in plain text. Check the string reference in
debugger. Userkey hash(2) can be decrypted from userkey. Use either one
to generate sitekey.
Don't worry, you just don't get the complete masterkey. Someone
in another forum (www.unpack.cn) was asking me exactly the same
question. Below is my answer to his question.
"I think you do not get the complete masterkey. Do you copy it from
debugger or diassembler? Sometimes when the masterkey is too long,
debugger or diassembler do not show the whole but only part of the
key in the string reference. You need to find the whole key at the
address shown by the string reference in data window. Or open your
file in hexeditor like winhex or ultraedit, search the masterkey
you found and you will see the complete masterkey then. Good luck."
Actually, with the userkey you had found, you can generate sitekey
for your program with ckInfo already.
i got it, thanks a lot, the software in hand is protected by crypkey v7.0.
ckinfo v1.08 or above can support upto crypkey v7.0. :)
to find out the userkey & masterkey, can i choose the same way as you explained before? (search the reference text string in main exe or dll).