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/windllpeldr.h

    r6015 r8913  
    1 /* $Id: windllpeldr.h,v 1.2 2001-06-15 09:42:49 bird Exp $ */
     1/* $Id: windllpeldr.h,v 1.3 2002-07-23 13:51:48 sandervl Exp $ */
    22
    33/*
     
    2222virtual ~Win32PeLdrDll();
    2323
    24 virtual BOOL  init(ULONG reservedMem);
     24virtual BOOL  init(ULONG reservedMem, ULONG ulPEOffset = 0);
    2525
    2626        BOOL  isLxDll() const;
Note: See TracChangeset for help on using the changeset viewer.