libesedb | Extensible Storage Engine Database File | Database library

 by   libyal C Version: 20230318 License: LGPL-3.0

kandi X-RAY | libesedb Summary

kandi X-RAY | libesedb Summary

libesedb is a C library typically used in Database applications. libesedb has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              libesedb has a low active ecosystem.
              It has 312 star(s) with 86 fork(s). There are 39 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 7 open issues and 54 have been closed. On average issues are closed in 278 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of libesedb is 20230318

            kandi-Quality Quality

              libesedb has 0 bugs and 0 code smells.

            kandi-Security Security

              libesedb has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              libesedb code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              libesedb is licensed under the LGPL-3.0 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              libesedb releases are available to install and integrate.
              It has 386 lines of code, 26 functions and 3 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of libesedb
            Get all kandi verified functions for this library.

            libesedb Key Features

            No Key Features are available at this moment for libesedb.

            libesedb Examples and Code Snippets

            No Code Snippets are available at this moment for libesedb.

            Community Discussions

            Trending Discussions on libesedb

            QUESTION

            Open and Read Exchange EDB file in Visual Studio
            Asked 2017-Mar-30 at 16:12

            This is a research project, what I would like to do is be able to open a MS Exchange EDB (2003 to 2016) files and read the tables and data.

            First part of the project is to open the edb file and determine the mailboxes inside.

            Second part of the project is to then read individual messages in a selected mailbox.

            I'm using Visual Studio for the project.

            I understand the EDB file is a b-tree database (aka Jet Blue) but I have found very little documentation on the matter.

            Some searching talks about a library for Linux called LIBESEDB but the project is missing on sourceforge, but has a new location HERE on GitHub.

            Can anyone point me at URLs for this. Any example code or libraries even better.

            ...

            ANSWER

            Answered 2017-Mar-30 at 16:12

            It will be a challenge. The Exchange Store schema has changed a few times from 2003 to 2016. The massive I/O reduction from release to release has been accomplished by changing the schema.

            You can use ManagedEsent from codeplex. http://managedesent.codeplex.com. The ese.dll (for Exchange) and esent.dll (for Windows) are similar enough that they can read each others database files. Do not use it for writing! There are enough differences in their implementations that you could get subtle corruptions.

            If C/C++ is more your style: https://msdn.microsoft.com/en-us/library/gg269259(v=exchg.10).aspx. Again, there are some subtle differences between ese.dll and esent.dll, and ese.dll does not have any documentation, but for read-only purposes you should be fine.

            -martin

            Source https://stackoverflow.com/questions/43082114

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install libesedb

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/libyal/libesedb.git

          • CLI

            gh repo clone libyal/libesedb

          • sshUrl

            git@github.com:libyal/libesedb.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link