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

Get record value #23

Closed DazzzzedMan closed 8 years ago

DazzzzedMan commented 8 years ago

Hello! How can I get large record values? If I call get-record_value..() for the long binary (>1 Mb), it will return me only a little part.

joachimmetz commented 8 years ago

Since you closed the issue I assume you answered your own question.

DazzzzedMan commented 8 years ago

Yes I did)