%UNDEFINED%
March 7th, 2004, 13:39
Tool - Olly 1.09d
OS - WinME (I have all the Band-Aid's from WindowsUpdate)
Target - Yeah Right, like I am going to post it
Protection: Aspr (Problem Occurs with 1.2x - 1.3x RC4)
Ok while attempting an unpack I get a Memory Access Violation
Ok, thats where I land, I know I can use ALT + F9 or pass it to the prog, but does nothing when I do, EIP doesn't change. I can hold down ALT + F9 and it will switch to "Running" and the back to "Paused" without prossesing any further instructions.
If I set up under Debugging Options to ignore Memory Access Violations and automatically pass them to the prog, it runs the prog normally.
Why is it Olly can automatically send to prog and it works, but I can't?
I even tried Assembling it to:
And the prog crashes.
What am I missing?
OS - WinME (I have all the Band-Aid's from WindowsUpdate)
Target - Yeah Right, like I am going to post it
Protection: Aspr (Problem Occurs with 1.2x - 1.3x RC4)
Ok while attempting an unpack I get a Memory Access Violation
Code:
011F33D8 3100 XOR DWORD PTR DS:[EAX],EAX
EAX = 00000000
DWORD PTR DS:[EAX] = ????????
Ok, thats where I land, I know I can use ALT + F9 or pass it to the prog, but does nothing when I do, EIP doesn't change. I can hold down ALT + F9 and it will switch to "Running" and the back to "Paused" without prossesing any further instructions.
If I set up under Debugging Options to ignore Memory Access Violations and automatically pass them to the prog, it runs the prog normally.
Why is it Olly can automatically send to prog and it works, but I can't?

I even tried Assembling it to:
Code:
011F33D8 33C0 XOR EAX,EAX
EAX = 00000000
And the prog crashes.

What am I missing?