Log in

View Full Version : point the way


budda
July 23rd, 2001, 23:54
hello
I've learned some but still had some questions.
1 when I opened a exe file in the ultra edit it comes out is hex and and the code.. is the code supposed to be readable???
I'm looking at cracking a freeware game B-17 flying fortress. the game has been released for freeware and the copy protection is a simple look up the password in the manual but the D/L doesn't include the manual. not looking for a crack but more a clue. there are two files one is copypro.?? and then the exe file. I can open the copypro file but I cant read it . Since this is a freeware game is there anyone that would be willing to use this as a tutorial ???? enclosing the file
hope you have time to help
budda

Tezza
July 24th, 2001, 00:13
Try dissasembling it with IDA or W32Dasm. You will then see the asm code.

If you are lucky you might also see the code in the string references!

Tezza