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/kLdrModNative.c

    r54 r58  
    322322    pMod->pszName = kHlpGetFilename(pMod->pszFilename); /** @todo get soname */
    323323    pMod->cchName = cchFilename - (pMod->pszName - pMod->pszFilename);
     324    pMod->fFlags = 0;
    324325#if defined(__i386__) || defined(__X86__) || defined(_M_IX86)
    325326    pMod->enmCpu = KCPU_I386;
Note: See TracChangeset for help on using the changeset viewer.