How to decrypt the iTune Backup file of Manifest.mbdb using CPP code?
asked May 8, 2011 at 11:39
Sezhian
3331 gold badge10 silver badges24 bronze badges
1 Answer 1
Have you seen this question? How to parse the Manifest.mbdb file in an iOS 4.0 iTunes Backup
Most of the code there is Python rather than C++, but perhaps you can port it if you really need it to be C++ for some reason.
answered May 8, 2011 at 17:18
John Zwinck
252k44 gold badges347 silver badges459 bronze badges
Sign up to request clarification or add additional context in comments.
2 Comments
Sezhian
I am not familier with python and c++, is there any converting tool from python to c++?
John Zwinck
No, not really. You should hire someone to do it.
lang-cpp