this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Another fix for #67

+2
+2
src/libdyld/MachOObject.cpp
··· 317 317 318 318 for (Segment* seg : getSegments(*m_file)) 319 319 { 320 + if (strcmp(seg->segname, "__PAGEZERO") == 0) 321 + continue; 320 322 if (seg->vmaddr < minAddr) 321 323 minAddr = seg->vmaddr; 322 324 if (seg->vmaddr+seg->vmsize > maxAddr)