如何在没有Manifest.mbdx的情况下解析iOS 5.0 beta 2中的Manifest.mbdb文件 [英] How to parse the Manifest.mbdb file in an iOS 5.0 beta 2 without Manifest.mbdx

查看:472
本文介绍了如何在没有Manifest.mbdx的情况下解析iOS 5.0 beta 2中的Manifest.mbdb文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个用iOS 5 beta2制作的备份(也有iTunes 10.5 beta)。但令我惊讶的是,它不包含mbdx文件。

I have a backup I made with iOS 5 beta2 (with iTunes 10.5 beta also). But to my surprise, it doesn't contain an mbdx file.

mbdb 文件与以前的格式相同。如何在没有 Manifest.mbdx 的情况下匹配文件ID和文件名?

The mbdb file looks same as previous format. How can I match the file ID and file name without Manifest.mbdx?

推荐答案

备份文件夹中的hex文件名是附加到域的文件路径的SHA哈希值,中间带有 - 。因此,DomainName- / path / filename.png的哈希值将与正确的文件匹配。

The hex file name in the backups folder is the SHA hash of the file path appended to the domain, with a "-" in between. So the hash of "DomainName-/path/filename.png" will match to the correct file.

注意:App文件的域名前缀为 AppDomain - ,如 AppDomain-com .supercrazyawesome.myapp 。确保在计算SHA哈希值时包含完整的字符串。

NOTE: App files have their domains prefixed with AppDomain-, like AppDomain-com.supercrazyawesome.myapp. Make sure you include that full string when calculating the SHA hash.

这篇关于如何在没有Manifest.mbdx的情况下解析iOS 5.0 beta 2中的Manifest.mbdb文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆