// JP opened flex table

Click to See Complete Forum and Search --> : Add new dll file to Import Address Table


Termor
February 23rd, 2007, 03:59 PM
Hello
Maybe somebody has source code showing , how to modyfiy IAT to add our dll file, like in this tutorial http://www.craigheffner.com/tute/tute3.html.
Unfortunately LordPE is no Open-Source program ;[.

Quell
February 23rd, 2007, 10:54 PM
I don;t have any code but the general idea is taht there is some padding in between sections. So you can copy all the info after last IAD, and insert your own IAD, then paste the rest of the PE structure. In most cases you will have eough space to do that, otherwise you are stuck making a code cave and then calling LoadLibrary or parsing the whole PE file again.

tuannq2367
March 5th, 2007, 10:16 PM
help me, pls!.
I'm studding PE file. How to create data for new section in C and Append to file ?.(not by Acssembly)

//JP added flex table