Ignore:
Timestamp:
Feb 25, 2001, 5:05:40 PM (25 years ago)
Author:
sandervl
Message:

Check executable too when searching for imported modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepeldr.h

    r5011 r5266  
    1 /* $Id: winimagepeldr.h,v 1.7 2001-01-22 18:26:52 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.8 2001-02-25 16:05:40 sandervl Exp $ */
    22
    33/*
     
    100100
    101101protected:
    102         void  StoreImportByOrd(Win32DllBase *WinDll, ULONG ordinal, ULONG impaddr);
    103         void  StoreImportByName(Win32DllBase *WinDll, char *impname, ULONG impaddr);
     102        void  StoreImportByOrd(Win32ImageBase *WinImage, ULONG ordinal, ULONG impaddr);
     103        void  StoreImportByName(Win32ImageBase *WinImage, char *impname, ULONG impaddr);
    104104
    105105        void  addSection(ULONG type, ULONG rawoffset, ULONG rawsize, ULONG virtaddress, ULONG virtsize, ULONG flags);
Note: See TracChangeset for help on using the changeset viewer.