-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
I'm trying to parse the __PRELINK_INFO.__info section on an iOS kernelcache and the embedded plist gives the above error.
Here is a snippet.
<key>UIDeviceFamily</key>
<array>
<integer IDREF="2"/>
</array>I know this isn't valid plist/xml, but Apple seems to think it is?
Is there anything I/we can do?
Thanks!!
Reactions are currently unavailable