View Single Post
  #1  
Old 09-09-2003, 05:12
CrAcKaHoLic
 
Posts: n/a
Having trouble locating the jump

I am really trying hard and spent hours trying to crack this prog. I understand to a point and have learned to execute the jumps and locate references and text but this prog looks different from a previous one cracked. The values I find to be key are cmp dword ptr [ebp+FFFFFEF8], 00000000 then mov dword ptr [ebp+FFFFFEF8], 00000000
I cannot locate the jump to change the value of the mov or I don't recognize the change. All I can locate is a mov dword ptr [ebp+FFFFFEF8], eax that has a call line above it. However I did search and find mov dword ptr [ebp+FFFFFEF8],00000001 but didn't find the jump for it. What am I missing here? TIA

The prog is below if you care to look. TIA


http://www.performancetrends.com/programs/pt-w95.exe

Last edited by CrAcKaHoLic; 09-09-2003 at 05:16.
Reply With Quote