PDA

View Full Version : Testing my skills on WinRAR


Softwareguy256
04-26-2007, 01:03 AM
I am trying to study the winrar 3.60 beta 4 security mechanism with W32DASM 8.93. I set a breakpoint at a point of interest and when I try to set the EIP to point somewhere else, it just behaves totally unexpectedly. For ex, I tell it to jump to another code that does soemthing like xor eax,eax but it takes me somewhere totally else? I have not had this problem with debugging other programs.