View Full Version : Crykey MK II
peterg70
November 13th, 2001, 06:49
Okay
Need some thoughts please
I tried to disassemble skw.exe (site key generator) no luck.
Had a quick look has the usual .text, .data .tls .rdata .idata .edata .rsrc and .reloc
Followed by Have, a nice, day!
Thoughts on best way to handle this or if you have seen this before.
TIA
CoDe_InSiDe
November 13th, 2001, 06:58
Hi peterg70,
"Have, a nice, day!"
Are those 3 Sections, or is it a line behind the last Section?
Cya...
CoDe_InSiDe
P.S. Can you maybe upload or give an URL for the file?

Solomon
November 13th, 2001, 08:25
I'm also interested in the SDK files

Kythen
November 13th, 2001, 19:24
skw.exe is packed with Crypkey's normal packer/encryptor. Those "Have" "a nice" "day!" sections are the code and data for the decrypting/unpacking code. I've found WinDbg, the debugger from the windows sdk to be very handy in unpacking such exe's. You can trace through them, then do a full dump of it with procdump, because windgb is controlling the process. No breakpoints or icedump or any other messy stuff to deal with

Finding the OEP is easy... it's held in a memory location and then jumped to with jmp [whatever].
Unregistered
November 14th, 2001, 20:57
If your looking for the SDK for Crypkey
Do a google search for SDK and Crypkey
I hear korean sites are useful sites for downloading
Solomon
November 14th, 2001, 22:31
GREAT! I just found v5.5b in a korean site

cheers
Quote:
Originally posted by Unregistered
If your looking for the SDK for Crypkey
Do a google search for SDK and Crypkey
I hear korean sites are useful sites for downloading |
Ziggie
November 15th, 2001, 00:17
I found Crypkey 5.7 sdk but it's passworded

.
Ziggie
Unregistered
November 15th, 2001, 17:20
Ziggie
Where did you find it?? Google can seem to find anything these days.
I need a refresher course in Search engine searching !?
Off to the fravia site again.
CDotic
November 16th, 2001, 07:12
Ziggie/Unregistered:
Search for Crypkey SDK: ["Crypkey SDK" "Crypkey Instant" "Crypkey STEALTH"]
Search for Installshied password recovery: [installshield password crack]
Solomon
November 16th, 2001, 09:40
The password of this InstallShield version is very easy to crack.
Here is the fomula:
(00F143AC + 2 * (ASCII sum of password) ) ^ 00051993 = XXXXXXXX
XXXXXXXX can be found with SoftICE.

Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.