-
-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
Description
Thanks for fixing #78 !
However, now the script version 1.1.3 fails with:
INFO:root:Finding partition geometry
INFO:root:Finalizing MFT reconstruction of partition at offset 0
INFO:root:Adding extra attributes from $ATTRIBUTE_LIST
Traceback (most recent call last):
File "main.py", line 374, in <module>
main()
File "main.py", line 357, in main
parts.update(scanner.get_partitions())
File "/root/RecuperaBit/recuperabit/fs/ntfs.py", line 836, in get_partitions
self.finalize_reconstruction(part)
File "/root/RecuperaBit/recuperabit/fs/ntfs.py", line 672, in finalize_reconstruction
self.add_from_attribute_list(parsed, part, node.offset)
File "/root/RecuperaBit/recuperabit/fs/ntfs.py", line 627, in add_from_attribute_list
_integrate_attribute_list(parsed, part, image)
File "/root/RecuperaBit/recuperabit/fs/ntfs.py", line 248, in _integrate_attribute_list
child_parsed = parse_file_record(dump)
File "/root/RecuperaBit/recuperabit/fs/ntfs.py", line 139, in parse_file_record
if (header['size_alloc'] > len(entry) or
TypeError: '>' not supported between instances of 'NoneType' and 'int'