croma
12-13-2003, 07:44 PM
Hi all,
I would like to ask some help about unpacking a program wrapped with VBOX version 4.6.2.
The program is Scala InfoChannel Designer 3, from http://anonymous:test4@www.scala.com/files...s/icd3trial.zip (http://anonymous:test4@www.scala.com/files/icd3trial.zip)
After installation the packed program is MMOS.exe.
Well, I easily unpacked it following a tutorial, then I worked hard to rebuild the IAT.
Now the problem is to fix the entry point.
Usually programs are VC++ so I bpx on GetVersion to break inside code at the beginning to retrieve the right OEP.
But this program seems to be compiled with Watcom C++ and it seems doesn't use the same initialization scheme as Microsoft.
If somebody can help me to fix OEP I really appreciate him/her.
Thanks for your time.
Croma
PS. Thanks RET
I would like to ask some help about unpacking a program wrapped with VBOX version 4.6.2.
The program is Scala InfoChannel Designer 3, from http://anonymous:test4@www.scala.com/files...s/icd3trial.zip (http://anonymous:test4@www.scala.com/files/icd3trial.zip)
After installation the packed program is MMOS.exe.
Well, I easily unpacked it following a tutorial, then I worked hard to rebuild the IAT.
Now the problem is to fix the entry point.
Usually programs are VC++ so I bpx on GetVersion to break inside code at the beginning to retrieve the right OEP.
But this program seems to be compiled with Watcom C++ and it seems doesn't use the same initialization scheme as Microsoft.
If somebody can help me to fix OEP I really appreciate him/her.
Thanks for your time.
Croma
PS. Thanks RET