Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Practical Mobile Forensics

You're reading from  Practical Mobile Forensics

Product type Book
Published in Jul 2014
Publisher
ISBN-13 9781783288311
Pages 328 pages
Edition 1st Edition
Languages
Concepts

Table of Contents (20) Chapters

Practical Mobile Forensics
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Introduction to Mobile Forensics 2. Understanding the Internals of iOS Devices 3. Data Acquisition from iOS Devices 4. Data Acquisition from iOS Backups 5. iOS Data Analysis and Recovery 6. iOS Forensic Tools 7. Understanding Android 8. Android Forensic Setup and Pre Data Extraction Techniques 9. Android Data Extraction Techniques 10. Android Data Recovery Techniques 11. Android App Analysis and Overview of Forensic Tools 12. Windows Phone Forensics 13. BlackBerry Forensics Index

Property lists


A property list, commonly referred to as a plist, is a structured data format used to store, organize, and access various data types of data on an iOS device as well as a Mac OS X device. Plists are binary-formatted files and can be viewed using a Property List Editor, which is capable of reading or converting the binary format to ASCII.

Plist files may or may not have a .plist file extension. To access the data stored in these files, you need a tool that can read them. Some of the good free tools include:

You can also view the plist files using XCode. Mac OS X includes the plutil command-line utility by default. The command-line utility can easily convert the binary formatted files into human readable files.

The following example displays the Safari browser History.plist file:

$sudo plutil -convert xml1 History.plist -o -
<?xml version...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}