Tags: Nuix/jnode-fs
Tags
NTFS, enhance LZNT1 decompression with more boundary checks and bit … (… …#30) * NTFS, enhance LZNT1 decompression with more boundary checks and bit manipulations. * NTFS LZNT1, fix the bug that the offset maybe even before the start of the first chunk. We've no idea why it happens, but just log the error and continue the decompression to get more meaningful data. * NTFS, handle combination of compressed DataRuns and sparse DataRuns correctly. * NTFS, remove some debug log. * NTFS, add test for dataRun decoder. * NTFS, change some comments.
NTFS reparse point refactoring (#28) * NTFS reparse point refactoring: support non-res reparse points, move tag data parsing out to the caller * NTFS: allow missing attributes in size calculation * NTFS: more logging improvements, and code linting * NTFS: more logging improvements, and code linting * Bump version due to breaking API changes * NTFS: more logging improvements, and code linting * NTFS: more logging improvements, and code linting * NTFS: more logging improvements, and code linting * NTFS: more logging improvements, and code linting --------- Co-authored-by: Luke Quinane <[email protected]>