- exported object includes static find method - CLI option displays file manifest - ignore mid-table free sectors - ignore lazily-deleted files (orphan nodes)
13 lines
213 B
JavaScript
13 lines
213 B
JavaScript
exports.find = find;
|
|
exports.read = readSync;
|
|
exports.parse = parse;
|
|
exports.utils = {
|
|
ReadShift: ReadShift,
|
|
CheckField: CheckField,
|
|
prep_blob: prep_blob,
|
|
bconcat: bconcat,
|
|
consts: consts
|
|
};
|
|
|
|
return exports;
|