- Timestamp:
- Aug 28, 2012 11:49:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrModMachO.c
r48 r49 1671 1671 || pModMachO->Hdr.magic == IMAGE_MACHO32_SIGNATURE_OE) 1672 1672 { 1673 section_ 64_t *pSect = (section_64_t *)pModMachO->aSegments[iSeg].paSections[iSect].pvMachoSection;1673 section_32_t *pSect = (section_32_t *)pModMachO->aSegments[iSeg].paSections[iSect].pvMachoSection; 1674 1674 uValue = pSect->addr; 1675 1675 if (!s_aPrefixes[iPrefix].fStart)
Note:
See TracChangeset
for help on using the changeset viewer.