Anonymous
November 21st, 2002, 01:32
In this crackme this code
http://www.southernlabs.com/gameroom/Decoding/Win32/Tutorials/CrackedP ad.zip
("http://www.southernlabs.com/gameroom/Decoding/Win32/Tutorials/CrackedPad.zip
")
0040C042 > B8 00C04000 MOV EAX,CRAKPAD.0040C000
0040C047 68 9A7C4000 PUSH CRAKPAD.00407C9A
0040C04C 64:FF35 00000000 PUSH DWORD PTR FS:[0]
0040C053 64:8925 00000000 MOV DWORD PTR FS:[0],ESP
0040C05A 66:9C PUSHFW
0040C05C 60 PUSHAD
install a exception handler,
here
0040C0F5 A4 MOVS BYTE PTR ES:[EDI],BYTE PTR DS:[ESI]
the program produce the exception and OLLY loose and if you press SHIFT + F7 go to error in trw2000 and sice, go to 407c9a
I think in
0040C05A 66:9C PUSHFW
0040C05C 60 PUSHAD
in tis sentences OLLY loose the exception handler and if there are and exception is not handle for Shift + f7 .
Ricardo Narvaja
http://www.southernlabs.com/gameroom/Decoding/Win32/Tutorials/CrackedP ad.zip
("http://www.southernlabs.com/gameroom/Decoding/Win32/Tutorials/CrackedPad.zip
")
0040C042 > B8 00C04000 MOV EAX,CRAKPAD.0040C000
0040C047 68 9A7C4000 PUSH CRAKPAD.00407C9A
0040C04C 64:FF35 00000000 PUSH DWORD PTR FS:[0]
0040C053 64:8925 00000000 MOV DWORD PTR FS:[0],ESP
0040C05A 66:9C PUSHFW
0040C05C 60 PUSHAD
install a exception handler,
here
0040C0F5 A4 MOVS BYTE PTR ES:[EDI],BYTE PTR DS:[ESI]
the program produce the exception and OLLY loose and if you press SHIFT + F7 go to error in trw2000 and sice, go to 407c9a
I think in
0040C05A 66:9C PUSHFW
0040C05C 60 PUSHAD
in tis sentences OLLY loose the exception handler and if there are and exception is not handle for Shift + f7 .
Ricardo Narvaja