Ignore:
Timestamp:
Jul 23, 2002, 3:51:49 PM (23 years ago)
Author:
sandervl
Message:

Enhanced PE loader class to support files with PE image starting at an offset ..= 0 (custom build) & Fixes for memory map view with offset

File:
1 edited

Legend:

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

    r8910 r8913  
    1 /* $Id: winexepeldr.h,v 1.6 2002-07-23 13:25:34 sandervl Exp $ */
     1/* $Id: winexepeldr.h,v 1.7 2002-07-23 13:51:48 sandervl Exp $ */
    22
    33/*
     
    2525virtual ~Win32PeLdrExe();
    2626
    27 virtual BOOL init(ULONG reservedMem);
    28 
    2927protected:
    3028private:
Note: See TracChangeset for help on using the changeset viewer.