Log in

View Full Version : Unpacked exe and dll


KillingJoke
March 8th, 2002, 00:59
Hello all!

I have unpacked some exe and dll in win98 and they have no problem for running.
I have some problem running the same files in nt and xp.

Which information should I check (other than controlling the iat table for correct imports)?

Is there any tutorial or info on this topic?

Thanks a lot

KJ

foxthree
March 8th, 2002, 18:53
Hi there:

There are a couple of reasons why this wouldn't happen. Like you said, one of them is the IT table. Another is incompatibility in PE Headers.

Just attempt to correct the PE Header to make it WinNT/2K compatible. It should work under XP also.

Signed,
-- FoxThree

Kilby
March 8th, 2002, 20:07
Check the section attibutes too, as that can cause real problems under 2K & XP.

Kilby...