Difference between pages "Matriux" and "Property list (plist)"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
| − | + | {{expand}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| + | The '''Property List (plist)''' format is widely used within [[Mac OS X]]. It is used to store various kinds of information, e.g. configuration. | ||
| + | There are multiple format variations of plists: | ||
| + | * Binary plist | ||
| + | * XML plist | ||
| + | * JSON plist | ||
== External Links == | == External Links == | ||
| + | * [http://en.wikipedia.org/wiki/Property_list Wikipedia article on Property list] | ||
| + | * [http://opensource.apple.com/source/CF/CF-550/CFBinaryPList.c CFBinaryPList.c] by Apple | ||
| + | * [http://explanatorygap.net/2009/10/30/apple-have-documented-the-binary-plist-format/ Apple have documented the binary plist format] | ||
| + | * [http://digitalinvestigation.wordpress.com/2012/03/08/free-python-module/ Python Module for dealing with Binary Property Lists (bplists)] Documentation | ||
| + | * [http://www.ccl-forensics.com/images/property%20lists%20in%20digital%20forensics%20new.pdf Property Lists in Digital Forensics], by Alex Caithness, 2010 | ||
| − | [ | + | == Tools == |
| − | + | * [https://github.com/JonathanBeck/libplist libplist] | |
| − | + | * [http://scw.us/iPhone/plutil/ plutil.pl] | |
| − | + | * [http://code.google.com/p/ccl-bplist/ Python Module for dealing with Binary Property Lists (bplists)] | |
| − | [http:// | + | |
| − | + | ||
| − | [http:// | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | [[Category: | + | [[Category:File Formats]] |
Revision as of 05:14, 21 July 2012
|
Please help to improve this article by expanding it.
|
The Property List (plist) format is widely used within Mac OS X. It is used to store various kinds of information, e.g. configuration.
There are multiple format variations of plists:
- Binary plist
- XML plist
- JSON plist
External Links
- Wikipedia article on Property list
- CFBinaryPList.c by Apple
- Apple have documented the binary plist format
- Python Module for dealing with Binary Property Lists (bplists) Documentation
- Property Lists in Digital Forensics, by Alex Caithness, 2010