You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently tried to dump the contents of the attached file on dmg parser and failed to locate any valid partitions. This dmg is openable by apple native command and contains ISO9660 which is currently not supported.
However, It seems like my problem start before revealing the partition type, and it's located in the xml section in the dmg file (also attached here). It seems like the xml doesn't contain the field CFName which the following arg is trying to capture in method DMGDisk::loadPartitionElements.
Perhaps anyone can explain if my analysis is correct, and how can I add support to this file as well (without the actual parsing of ISO partition) ?
Hi,
I've recently tried to dump the contents of the attached file on dmg parser and failed to locate any valid partitions. This dmg is openable by apple native command and contains ISO9660 which is currently not supported.
However, It seems like my problem start before revealing the partition type, and it's located in the xml section in the dmg file (also attached here). It seems like the xml doesn't contain the field CFName which the following arg is trying to capture in method DMGDisk::loadPartitionElements.
Perhaps anyone can explain if my analysis is correct, and how can I add support to this file as well (without the actual parsing of ISO partition) ?
iPhone Configuration Utility.dmg.zip
dmg_xml.txt
The text was updated successfully, but these errors were encountered: