Log in

View Full Version : Runs under 98, but not NT2K


rich
April 11th, 2001, 10:23
Hello all,

I'm learning about vbox 4.3 protection, and have managed to un'vbox an app under windows 98 by walking through the +Tsehp tut. But, when I run the app under NT2K, it generates an error (application failed to initialize properly at 0xC0000005) and fails.

Using PEditor, I've made sure that file checksums are correct, and the PE header is NT2K compatible. But, the app still fails.

Any ideas are what to look into next, or pointers to tuts that might give me some clues?

thanks,

rich

Cps530
April 13th, 2001, 09:07
I have exactly the same problem. I think you need to rebuild the header of the dumped file (using peditor 1.7). I tried to do that but no success. Maybe somebody has some tips. Thanks.

rich
April 13th, 2001, 14:20
Yeah, did that to no avail.

One thing that I have identified, though, is that it's definitely the import table getting screwed up.

I was able to successfully crack my vbox 4.3 application using TRW2000. When I attempted to same with ProcDump/PEditor, the application dumped doesn't run.

So, now I need to do some poking around to compare the two files and figure out what's happening.

rich