libyal / libewf

Libewf is a library to access the Expert Witness Compression Format (EWF)
GNU Lesser General Public License v3.0
263 stars 76 forks source link

How do I read files from an e01 or ex01 segment file set in C#? #175

Closed Keops10 closed 1 year ago

Keops10 commented 1 year ago

I want to export the names of the files in the content of the .e01 and .ex01 (encase) files and the file I want. I want to export the names of the files in the contents of e01 and .ex01 (encase) files and the file I want. Can you suggest a sample code block that I can use for this process, thanks in advance.

joachimmetz commented 1 year ago

I want to export the names of the files in the content of the .e01 and .ex01 (encase) files and the file I want.

EWF files are a container format, there is typically a storage media (disk) image in there. libewf will only expose the data in an E01 or Ex01 as the raw storage media data.

Keops10 commented 1 year ago

can you help me how to do it

joachimmetz commented 1 year ago

can you help me how to do it

You don't seem to understand the problem domain. What you want requires a lot of additional other code. Get a better understanding of that problem domain first then come back with more concrete questions.

joachimmetz commented 1 year ago

Closing out of scope of this project