Log in

View Full Version : Key Level & Key Options


ironman
February 22nd, 2014, 17:21
Hi Guys..

Newbie, but a big reader of the forums. I have learnt how to use CKinfo and OllyDbg to obtain my sitekey , site code and master code , but when generating it It asks for key level and key options.. I have tried searching for GetLevel / Options calls, or any text but am having no luck.. could anyone offer guidance..

FoxB
February 23rd, 2014, 01:16
Try to read the crypkey api manual?

ironman
February 23rd, 2014, 03:05
I have read crypkey sdk manual which explains site level and options , but are set by the author on an individual basis. I will look for the API manual and see if this offers further guidance.

ironman
February 23rd, 2014, 06:08
I am looking at the Crp32002.ngn file but see no references. Should I use any particular options when this is generated ? Dump CPU ?

ironman
February 24th, 2014, 04:49
To cover the things I have looked at..
I used Ollydbg to search the exe for ASCII strings which revealed the usercode and master code (CKInfo gives the Password etc) . I have the Sitekey from the application .
I just require the level and key options. Are these likely to be in the .exe or the ngn file ? In plain text / binary ..
I'm guessing it must be possible as I have seen people mention it, and have seen a script for an earlier version (are the same levels/keys likely to work) I'm worried to try as a may blow remaining credits away..
I know Keylevel needs to be between 1-16 or multiples
keyoption 1 - 65535 , bt this is just binary right to switch up to 16 options on or off ? so 0 is no options, 65535 is all on ?

sope
February 28th, 2014, 23:54
Quote:
[Originally Posted by ironman;96170]I have the Sitekey from the application
If you have the SiteKey as you have mentioned what's stopping you to get Key Level & Key Options ?
ckinfo /sitekey ???? ???? ????......
Cheers Sope

ironman
March 4th, 2014, 06:57
Quote:
[Originally Posted by sope;96194]If you have the SiteKey as you have mentioned what's stopping you to get Key Level & Key Options ?
ckinfo /sitekey ???? ???? ????......
Cheers Sope


Apologies Sope, It is the SiteKey I am generating, I have User , Master and Site codes. Its for a piece of software where you could by credits but the vendor no longer issues /supports it .

FoxB
March 4th, 2014, 08:07
You wrote: i have the site key from the application.

Simply decode it and obtain the key option/level

ironman
March 4th, 2014, 08:16
Apologies that was an error on my part

sope
March 5th, 2014, 00:45
ironman, now you need to do some real work to find Key Level & Key Options.
Use available .sig files for IDA & run it on your .exe files if your are lucky functions will get identified, if not than you need to manually find it.

I failed badly long time back generating .sig from the .lib of the sdk.

Get the SDK if possible & than try to generate .sig from source code i mean examples or demo programs from the sdk etc... & than try to apply it. I was lucky with one program which had used call _readyToTryDays this is long time back.

Cheers Sope!

kjms
March 15th, 2014, 08:59
hoops sorry sign file found...