Saturday, 24 August 2013

Can i set entry point at code in PE headers?

Can i set entry point at code in PE headers?

If i set something like 0x00000040(my code is located at this address),
then program crush with error: "The application was unable to start
correctly (0xc000007b)" But if i jmp frome code section on 0x00400040 then
all right.
Why i got error with that strange addr? (0xc000007b) Is it possible to
start execution of program from code which is located outside sections?
I use Win8 OS.

No comments:

Post a Comment