
Hello, I have a crackme exercise which is a console application packed with winrar.
I have unpacked the exe and when i try using it by just executing it, everything is fine.
But when i try reversing it using ollydbg(the same file), it still says that the entry point is outside the PE, and at some part while debugging it has an access violation.
What may be the problem?
Thank you very much.