Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libyal/libesedb
Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
https://github.com/libyal/libesedb
Last synced: 18 days ago
JSON representation
Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
- Host: GitHub
- URL: https://github.com/libyal/libesedb
- Owner: libyal
- License: lgpl-3.0
- Created: 2014-10-03T05:36:27.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T03:14:02.000Z (5 months ago)
- Last Synced: 2024-07-31T22:55:40.920Z (3 months ago)
- Language: C
- Size: 3.31 MB
- Stars: 332
- Watchers: 39
- Forks: 90
- Open Issues: 11
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
libesedb is a library to access the Extensible Storage Engine (ESE) Database File (EDB) format.
The ESE database format is used in may different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc.
Project information:
* Status: experimental
* Licence: LGPLv3+Work in progress:
* Refactor to allow libesedb handle +10G databases
Planned:
* Multi-threading support
Also see:
* Forensic analysis of the Windows Search database: https://github.com/libyal/documentation/blob/master/Forensic%20analysis%20of%20the%20Windows%20Search%20database.pdf
* Extensible Storage Engine (ESE) Database File Knowledge Base: https://github.com/libyal/esedb-kbFor more information see:
* Project documentation: https://github.com/libyal/libesedb/wiki/Home
* How to build from source: https://github.com/libyal/libesedb/wiki/Building