PDA

View Full Version : No room in PE section to add more sections ...


AUT_christian
07-08-2007, 05:24 PM
Hi!
I am trying to add a DLL into an EXE using IIDKing. But when I load the EXE I get the following error message:

"It appears the target exe you are trying to modify has no room in it's PE section header area to add more sections, hence IIDKing is not able to add imports to this file at this time."

Is there a way to overcome this problem? :confused:

Thanks!

Crudd
07-24-2007, 11:00 PM
You could use LoadLibrary/GetProcAddress.

Crudd