libyal / libesedb

Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.
GNU Lesser General Public License v3.0
341 stars 91 forks source link

Additional information on Transaction logs #59

Closed mrthaggar closed 2 years ago

mrthaggar commented 2 years ago

I'm trying to understand the structure of the .log transaction files, and whilst your (excellent) documentation provides some information, there is not really any information on how the files are structured.

Am I missing something, or this is information not provided?

joachimmetz commented 2 years ago

Am I missing something, or this is information not provided?

This is to be researched / added.

joachimmetz commented 2 years ago

This is the current information in the documentation https://github.com/libyal/libesedb/blob/main/documentation/Extensible%20Storage%20Engine%20(ESE)%20Database%20File%20(EDB)%20format.asciidoc#8-transaction-log

mrthaggar commented 2 years ago

Thanks for the info.

I'm doing some research into this myself, but I'm not finding much.

Seems this is something that is handled by the esentutl application, so I'll see what I can find out.

joachimmetz commented 2 years ago

Seems this is something that is handled by the esentutl application, so I'll see what I can find out.

Sounds good, let me know if you find things you want to add to the project