Difference between revisions of "Libpff"
From Forensics Wiki
Joachim Metz (Talk | contribs) |
Joachim Metz (Talk | contribs) (→See Also) |
||
| Line 28: | Line 28: | ||
== See Also == | == See Also == | ||
| + | * [[Personal Folder File (PAB, PST, OST)]] | ||
* [[libpst]] | * [[libpst]] | ||
Latest revision as of 02:11, 26 August 2012
| libpff | |
|---|---|
| Maintainer: | Joachim Metz |
| OS: | Linux, FreeBSD, NetBSD, OpenBSD, Mac OS X, Windows |
| Genre: | Analysis |
| License: | LGPL |
| Website: | code.google.com/p/libpff/ |
The libpff package contains a library and tools to read the Personal Folder File (PAB, PST, OST) format.
Contents |
[edit] Features
Libpff is a cross-platform shared library that support PST, OST and PAB files. Currently the data in PAB files is only partially supported. Support was added to deal with corrupted files and to recover data.
[edit] Tools
The libpff package contains the following tools:
- pffexport, which exports the items stored in PAB, PST and OST (PFF) files
- pffinfo, which shows information about PFF files.
pffrecover, has been replaced by pffexport -m recovered
[edit] History
Libpff was created by Joachim Metz in 2008, while working for Hoffmann Investigations.
Libpff is a rewrite of earlier work on the PST file format by the libpst project.