home *** CD-ROM | disk | FTP | other *** search
- Program: CFF CrackMe #4 by Acid Bytes (http://crackmes.cjb.net)
- Protection: Nag/Serial
- Tools: W32Dasm
- Hexeditor
- UPX
-
- Cracked by KGB
- =====================================
- Open up crackme#4.exe you'll notice you can;t lookup Data Strings,
- so it must be packed, now open up your hexeditor and lookup the packer
- the crackme is packed in, you'll see it is packed with UPX,
-
- So we download UPX from:
- http://wildsau.idv.uni-linz.ac.at/mfx/download/upx/upx106w.zip
- Unzip and place upx.exe in the same dir as the crack,
- open DOS unpack the crackme with the following command: upx -d crackme#4.exe
-
- Now it's unpacked and you can now open w32dsm89 and lookup the
- the following String data item: "The serial is in any"
- Press this string twice and press close you'll see the string:
-
-
- * Possible StringData Ref from Code Obj ->"The Serial you entered is in any
- "
- ->"case not valid !"
-
- :00457E56 BAAC7F4500 mov edx, 00457FAC
- :00457E5B A198A54500 mov eax, dword ptr [0045A598]
-
- Now scroll up a little until you see the Code Location:
-
- * Referenced by a (U)nconditional or (C)onditional Jump at Address:
- |:00457E33(C) <-------------------------------- The Code Location
- |
- :00457E4F 6A00 push 00000000
-
- * Possible StringData Ref from Code Obj ->"Serial not valid"
-
- Press the Code Location button and fill in the code location 00457E33 and
- press OK,
- now you'll and up at that code location and you will see:
-
- :00457E2E E851BDFAFF call 00403B84
- :00457E33 751A jne 00457E4F <--Jump not Equal so invalid
- name/serial.
- :00457E35 6A00 push 00000000
-
- Now look at your status bar and you will see the offset in hex:
-
- Line:193179 Pg 2273 of 2283 Code Data @:00457E33 @Offset 00057233h in
- File:crackme#4.exe
-
- Now open up your hexeditor (i used HexWorks) and goto the offset 00057233
- you will end
- up at 751A now make 751A a Jump Equal by changing 75 into 74 (JE) and save
- the file.
-
- Now open it, fill in your name and number and you'll see:
-
- Congratz
- You cracked the CFF Crackme #4 !
-
-
- -KGB
- fh_foxhound@hotmail.com
-
-
-
-