libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
286 stars 74 forks source link

Getting started for use libpff #28

Closed kiquenet closed 7 years ago

kiquenet commented 7 years ago

I'm newbie, not python knowledge.

1) any good Getting started for use libpff ?

2) And a full sample for read OST (Offline Storage Table) ?

3) Powershell scripts in this project ? Powershell and OST?

joachimmetz commented 7 years ago

I'm newbie, not python knowledge.

libpff is written in C not in Python.

1) any good Getting started for use libpff ?

any good what?

2) And a full sample for read OST (Offline Storage Table) ?

No

3) Powershell scripts in this project ?

PS scripts are for building on Windows, see: https://github.com/libyal/libpff/wiki/Building

Powershell and OST?

No

kiquenet commented 7 years ago

I have Microsoft Visual Studio 2013 adn 2015.

I need:

the contents of the zlib source distribution package

To compile the pypff Python-bindings, we need install Python in Windows

Really, install python in Windows.

When I execute msbuild and I get the final compilation, then I get the C dll, that I can use DllImport in my C# code for try read OST file.

joachimmetz commented 7 years ago

Described here: https://github.com/libyal/libpff/wiki/Building#using-microsoft-visual-studio