Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Invalidate method Pin
Joaquín M López Muñoz23-Apr-02 3:07
Joaquín M López Muñoz23-Apr-02 3:07 
GeneralNovell Pin
Brian Delahunty23-Apr-02 2:40
Brian Delahunty23-Apr-02 2:40 
GeneralRe: Novell Pin
Joaquín M López Muñoz23-Apr-02 2:46
Joaquín M López Muñoz23-Apr-02 2:46 
GeneralRe: Novell Pin
Brian Delahunty23-Apr-02 2:59
Brian Delahunty23-Apr-02 2:59 
GeneralConversions Pin
Vis23-Apr-02 2:25
Vis23-Apr-02 2:25 
GeneralRe: Conversions Pin
Joaquín M López Muñoz23-Apr-02 2:37
Joaquín M López Muñoz23-Apr-02 2:37 
GeneralRe: Re: Conversions Pin
Vis23-Apr-02 2:44
Vis23-Apr-02 2:44 
GeneralRe: Conversions Pin
Albert Pascual23-Apr-02 6:40
sitebuilderAlbert Pascual23-Apr-02 6:40 
GeneralRe: Conversions Pin
Joaquín M López Muñoz23-Apr-02 6:43
Joaquín M López Muñoz23-Apr-02 6:43 
GeneralMinumum spanning tree Pin
Vladimir Georgiev23-Apr-02 1:00
Vladimir Georgiev23-Apr-02 1:00 
GeneralRe: Minumum spanning tree Pin
Niklas L23-Apr-02 2:00
Niklas L23-Apr-02 2:00 
GeneralRe: Minumum spanning tree Pin
Joaquín M López Muñoz23-Apr-02 2:08
Joaquín M López Muñoz23-Apr-02 2:08 
GeneralIs that correct?! Pin
Deian23-Apr-02 0:24
Deian23-Apr-02 0:24 
GeneralRe: Is that correct?! Pin
Christian Graus23-Apr-02 0:58
protectorChristian Graus23-Apr-02 0:58 
GeneralBringing modeless dialogs to background Pin
Hans Ruck22-Apr-02 23:54
Hans Ruck22-Apr-02 23:54 
GeneralRe: Bringing modeless dialogs to background Pin
Paul M Watt23-Apr-02 5:17
mentorPaul M Watt23-Apr-02 5:17 
GeneralRe: Bringing modeless dialogs to background Pin
Hans Ruck23-Apr-02 5:54
Hans Ruck23-Apr-02 5:54 
Questionhow to searching another process' memory? Pin
vcx22-Apr-02 22:15
vcx22-Apr-02 22:15 
AnswerRe: how to searching another process' memory? Pin
adara23-Apr-02 7:37
adara23-Apr-02 7:37 
GeneralRe: how to searching another process' memory? Pin
vcx24-Apr-02 22:20
vcx24-Apr-02 22:20 
AnswerRe: how to searching another process' memory? Pin
vcx24-Apr-02 22:23
vcx24-Apr-02 22:23 
Questionhow to modify a PE file add my dll in import table Pin
22-Apr-02 22:10
suss22-Apr-02 22:10 
AnswerRe: how to modify a PE file add my dll in import table Pin
Paul M Watt23-Apr-02 4:59
mentorPaul M Watt23-Apr-02 4:59 
Have you looked at PEDUMP. It is a sample program by Matt Petriek in MSDN. It shows how to walk through the PE file format and extract all of the information including the import table.

One thing that you will need to do is resize the file in order to accomodate the new entry because there is no extra space for new entries.

Another thing to worry about is Windows 2000 and up will complain if you try to change any of their executables.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: how to modify a PE file add my dll in import table Pin
24-Apr-02 22:16
suss24-Apr-02 22:16 
Generalstring search utility Pin
tppradeep1822-Apr-02 21:54
tppradeep1822-Apr-02 21:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.