ctbarbour / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpff is a library to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format.

These format are used by Microsoft Outlook to store email, contacts and other data.

Project information:
* Status: alpha
* Licence: LGPLv3+

PFF/OFF is used in several file types:
* PAB (Personal Address Book)
* PST (Personal Storage Table)
* OST (Offline Storage Table)

Supported formats:
* 32-bit ANSI (string)
* 64-bit Unicode (string)
* 64-bit with 4k pages with DEFLATE compression (Compressed OST files) (as of version 20130722)

Additional features:
* item recovery
* handles corrupted encrypted PFF with encryption type none

Also see:
* PFF forensics - analyzing the horrible reference file format: https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/PFF%20Forensics%20-%20analyzing%20the%20horrible%20reference%20file%20format.pdf
* PFF forensics - e-mail and appoinment falsification analysis: https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/PFF%20forensics%20-%20e-mail%20and%20appoinment%20falsification%20analysis.pdf
* MAPI definitions: https://googledrive.com/host/0B3fBvzttpiiSRlR1QkU5Vk43ZWs/MAPI%20definitions.pdf

Work in progress:
* Python bindings (including Python 3 support)

Planned:
* Multi-threading support
* The Java (JNI) bindings are not operational and are there as long-term work in progress.

For more information see:
* Project documentation: https://github.com/libyal/libpff/wiki/Home
* How to build from source: https://github.com/libyal/libpff/wiki/Building

About

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format

License:GNU Lesser General Public License v3.0


Languages

Language:C 96.2%Language:Shell 1.2%Language:Groff 1.0%Language:C++ 0.8%Language:Python 0.5%Language:PowerShell 0.1%Language:Java 0.1%Language:Makefile 0.1%