Difference between pages "Libewf" and "Libpff"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) (→Tools) |
Joachim Metz (Talk | contribs) |
||
| Line 1: | Line 1: | ||
{{Infobox_Software | | {{Infobox_Software | | ||
| − | name = | + | name = libpff | |
| − | maintainer = [[Joachim Metz | + | maintainer = [[Joachim Metz]] | |
os = [[Linux]], [[FreeBSD]], [[NetBSD]], [[OpenBSD]], [[Mac OS X]], [[Windows]] | | os = [[Linux]], [[FreeBSD]], [[NetBSD]], [[OpenBSD]], [[Mac OS X]], [[Windows]] | | ||
| − | genre = {{ | + | genre = {{Analysis}} | |
license = {{LGPL}} | | license = {{LGPL}} | | ||
| − | website = [http:// | + | website = [http://code.google.com/p/libpff/ code.google.com/p/libpff/] | |
}} | }} | ||
| − | The ''' | + | The '''libpff''' package contains a library and applications to read the [[Personal Folder File (PAB, PST, OST)]] format. |
| − | + | ||
| − | + | ||
== History == | == History == | ||
| − | + | Libpff was created by [[Joachim Metz]] in 2008, while working for [http://en.hoffmannbv.nl/ Hoffmann Investigations]. | |
| − | + | Libpff is a rewrite of earlier work on the PST file format by the [[libpst|libpst project]]. | |
| − | + | 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. | |
| − | + | ||
== Tools == | == Tools == | ||
| − | The ''' | + | 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''' | |
| − | + | ||
| − | + | ||
| − | + | == See Also == | |
| − | * | + | * [[libpst]] |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
== External Links == | == External Links == | ||
| − | + | * [http://code.google.com/p/libpff/ Project site] | |
| − | * [http:// | + | * [https://sourceforge.net/projects/libpff/ Old project site] |
Revision as of 05:41, 29 July 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 applications to read the Personal Folder File (PAB, PST, OST) format.
Contents |
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.
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.
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