Ignore:
Timestamp:
Dec 27, 1999, 10:21:33 PM (26 years ago)
Author:
sandervl
Message:

Enable write access for code sections which have this flag set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winimagepeldr.h

    r2094 r2219  
    1 /* $Id: winimagepeldr.h,v 1.9 1999-12-17 16:55:13 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.10 1999-12-27 21:21:33 sandervl Exp $ */
    22
    33/*
     
    5454  ULONG  type;
    5555  ULONG  pageflags;
     56  ULONG  flags;         //psh[i].Characteristics
    5657} Section;
    5758
     
    9596        void  StoreImportByName(Win32DllBase *WinDll, char *impname, ULONG impaddr);
    9697
    97         void  addSection(ULONG type, ULONG rawoffset, ULONG rawsize, ULONG virtaddress, ULONG virtsize);
     98        void  addSection(ULONG type, ULONG rawoffset, ULONG rawsize, ULONG virtaddress, ULONG virtsize, ULONG flags);
    9899        BOOL  allocSections(ULONG reservedMem);
    99100        BOOL  allocFixedMem(ULONG reservedMem);
Note: See TracChangeset for help on using the changeset viewer.