Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farnulfo/pst-exp
Outlook PST File format experimentation
https://github.com/farnulfo/pst-exp
Last synced: about 2 months ago
JSON representation
Outlook PST File format experimentation
- Host: GitHub
- URL: https://github.com/farnulfo/pst-exp
- Owner: farnulfo
- Created: 2015-08-26T22:15:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T08:24:09.000Z (over 1 year ago)
- Last Synced: 2023-07-28T09:24:17.219Z (over 1 year ago)
- Language: Java
- Size: 515 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pst-exp
Outlook PST File format experimentation[![Build Status](https://travis-ci.org/farnulfo/pst-exp.svg?branch=master)](https://travis-ci.org/farnulfo/pst-exp)
[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=farnulfo_pst-exp)](https://sonarcloud.io/dashboard?id=farnulfo_pst-exp)
Articles about MS-PST file format:
MS-PST - How to Navigate the Node BTree
http://blogs.msdn.com/b/openspecification/archive/2010/11/30/ms-pst-how-to-navigate-the-node-btree.aspxMS-PST - The Relationship Between Nodes and Blocks
http://blogs.msdn.com/b/openspecification/archive/2011/02/11/ms-pst-the-relationship-between-nodes-and-blocks.aspxMS-PST - How to decode data pages using Permutative Decoding.
http://blogs.msdn.com/b/openspecification/archive/2012/02/08/ms-pst-how-to-decode-data-pages-using-permutative-decoding.aspxMS-PST - Parsing a Heap-on-Node Property Context Block
http://blogs.msdn.com/b/openspecification/archive/2014/05/30/ms-pst-parsing-a-heap-on-node-property-context-block.aspx