Personal Folder File
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
|||
Line 22: | Line 22: | ||
== Links == | == Links == | ||
− | * [https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/Personal%20Folder%20File%20%28PFF%29%20format.pdf PFF format specification] | + | * [https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/Personal%20Folder%20File%20%28PFF%29%20format.pdf PFF format specification] (unofficial analysis) |
+ | * [https://da1ba3cfdffc2404250f16d3711dfb32dcd40e96.googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/PFF%20Forensics%20-%20analyzing%20the%20horrible%20reference%20file%20format.pdf Personal Folder File (PFF) forensics (Analyzing the horrible reference file format)] | ||
* [http://msdn.microsoft.com/en-us/library/ff385210%28v=office.12%29.aspx PST file format (official Microsoft description)] | * [http://msdn.microsoft.com/en-us/library/ff385210%28v=office.12%29.aspx PST file format (official Microsoft description)] | ||
* [http://www.five-ten-sg.com/libpst/rn01re05.html PST file description] | * [http://www.five-ten-sg.com/libpst/rn01re05.html PST file description] |
Revision as of 01:17, 20 June 2014
A Personal Folder File is used by Microsoft Outlook to store e-mails and other things. There are three varieties, which exist in 32 and 64 bit varieties:
- Personal Address Book (PAB) - stores contacts/address book entries
- Personal Storage Table (PST) - has mailboxes and other things such as tasks, notes, and appointments
- Offline Storage Table (OST) - is used for offline storage of items from a remote Exchange server
The name "Personal Folder File" actually originally applied to the PST variety, but has been used as an "umbrella" name for all the varieties as well.
File identification
Files begin with hex bytes 21 42 44 4E
.
Software
- libpff - library + tools to access PFF and OFF (Offline Folder File) formats
- libpst - includes utility to convert PST folders to both mbox and other formats