I'm trying to unpack a file called w*bTV.exe and I found it impossible. It uses ASProtect 2.1x SKE and when I try to open the file with Ollydbg it says that the code is encrypted. Furthermore, when I run the debugger a message is popped up saying that "Protection error debugger detected" and terminates the processing.
I searched online and found some ASProtect unpacking scripts that can be run through Ollydbg but none of them seem to work for the current situation.
Is there any tutorial on anyone who can help me on this?
Thank you.
|
You have to login or register to post comments. |



2ª technique.THIS IS VERY EASY.GO IN OPTIONS DEBUGGING OPTIONS SFX AND SELECT "TRACE REAL ENTRY BLOCKWISE(INACCURATE).Now OPEN the program in olly.You see the ORIGINAL ENTRY POINT NOW? YESS.bye bye.You know remake the IAT??
thanks for the reply. Actually I'm very new in unpacking and don't know much of it. I found some tutorials on the internet but they seem hard to follow. What I would like to do is to remove the ASProtect encryption from the file such that I would be able to find out what programming language was used to develop the software. Do you know a quick method of doing that?
great help for me. thanks........
this dirt has lots of tricks in protecting
the entry point. The best way to defeat
this packer is to learn assembly langauge
there are many tuts on the net, just google
it and of course, lots of brain and time.
And remember kids practice makes a man perfect
One of the best site i have come across is
tuts4you.com check this site.
good luck