How to decode base64-encoded <data> (CFData/NSData) property in a property list?
- by bantic
I am trying to reverse-engineer a preferences file (not for any nefarious purposes, just so that I can script usage of it) that, among other things, has arrays of coordinates stored within it.
This is the salient snippet from the property list:
<dict>
<key>$class</key>
<dict>
<key>CF$UID</key>
…