Changeset 58 for trunk/kLdr/kLdrModPE.c


Ignore:
Timestamp:
Oct 12, 2013, 10:18:21 PM (12 years ago)
Author:
bird
Message:

Mach-O: Carve segments from the mach-o segments instead of the sections inside them. This works better for non-object files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModPE.c

    r54 r58  
    234234    pMod->pszName = kHlpGetFilename(pMod->pszFilename);
    235235    pMod->cchName = cchFilename - (pMod->pszName - pMod->pszFilename);
     236    pMod->fFlags = 0;
    236237    switch (s.FileHdr.Machine)
    237238    {
Note: See TracChangeset for help on using the changeset viewer.