blob: 0eec63e8c3f72da9460ffb00f68e55e0fd010d99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
libpff (libYAL PFF library)
Library and tools to access the Personal Folder File (PFF) and the Offline
Folder File (OFF) format.
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)
Additional features:
-item recovery
-handles corrupted encrypted PFF with encryption type none
|