qyang-nj / llios

Random stuff about lower level iOS
318 stars 33 forks source link

[Macho Parser] Add LC_SEGMENT_SPLIT_INFO #73

Closed qyang-nj closed 2 years ago

qyang-nj commented 2 years ago

I saw LC_SEGMENT_SPLIT_INFO exists /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot//System/Library/PrivateFrameworks/PreviewsInjection.framework/PreviewsInjection , but the macho parser failed to display this load command.

This PR fixes this in Macho Parser, but I'm unclear what this command does at this moment.