Changes between Version 8 and Version 9 of LibcxxOnOlderSystems


Ignore:
Timestamp:
Jan 18, 2015, 7:44:33 PM (9 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v8 v9  
    9797}}}
    9898
    99 I suspect the issue is that getsectiondata is striding by sizeof(struct mach_header_64) but the compiler maybe laid down a struct mach_header.
    100 {{{
    101         sgp = (struct segment_command_64 *)
    102               ((char *)mhp + sizeof(struct mach_header_64));
    103         for(i = 0; i < mhp->ncmds; i++){
    104             if(sgp->cmd == LC_SEGMENT_64){
    105 }}}
     99I suspect the issue is in libmacho and will be testing a fix for it soon.
    106100
    107101== Tiger ==