We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a427e41 commit 3aa68c3Copy full SHA for 3aa68c3
lib/rex/parser/fs/ntfs.rb
@@ -218,7 +218,7 @@ def mft_record_attribute(mft_record, lazy=true)
218
else
219
# non resident
220
if attribute_identifier == INDEX_ALLOCATION_ID or
221
- (not lazy and attribute_identifier != DATA_ATTRIBUTE_ID)
+ (!lazy and attribute_identifier != DATA_ATTRIBUTE_ID)
222
res[attribute_identifier] = cluster_from_attribute_non_resident(mft_record[curs, attribute_size])
223
224
res[attribute_identifier] = mft_record[curs, attribute_size]
0 commit comments