Reading Binary Plist files with Python
- by Zeki Turedi
I am currently using the Plistlib module to read Plist files but I am currently having an issue with it when it comes to Binary Plist files.
I am wanting to read the data into a string to later to be analysed/printed etc. I am wondering if their is anyway of reading in a Binary Plist file without using the plutil function and converting the binary file into XML?
Thank you for your help and time in advance.