Extensible Storage Engine
From Just Solve the File Format Problem
(Difference between revisions)
(Updated broken link) |
(→Links and references: Updating Forensics Wiki links) |
||
Line 21: | Line 21: | ||
* [[Wikipedia:Extensible Storage Engine|Wikipedia article]] | * [[Wikipedia:Extensible Storage Engine|Wikipedia article]] | ||
− | * [ | + | * [{{ForensicsWikiURL|extensible_storage_engine_%28ese%29_database_file_%28edb%29_format}} Forensics Wiki article] |
* [http://msdn.microsoft.com/en-us/library/gg269259%28v=exchg.10%29.aspx MSDN article] | * [http://msdn.microsoft.com/en-us/library/gg269259%28v=exchg.10%29.aspx MSDN article] | ||
* [http://technet.microsoft.com/en-us/library/cc961824.aspx Technet article] | * [http://technet.microsoft.com/en-us/library/cc961824.aspx Technet article] |
Latest revision as of 17:13, 2 September 2023
Extensible Storage Engine (ESE, EDB, ESEDB), also known as JET Blue (no connection with the airline) is a database engine from Microsoft used as the back-end database of a number of its products, and eventually a public API was released for it. .edb and .sdb files are used for database storage, and .stm for a streaming file. There are a number of different versions.
The method of database storage is ISAM (Indexed Sequential Access Method).
An earlier and slightly different Microsoft database engine is Jet Red, which supports file sharing.
[edit] File identification
These signature bytes appear at offset 4: ef cd ab 89
[edit] Tools
- libesedb (tools for accessing ESE databases)