You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After making the nescessary changes from the diff in #80 and running the scan again using the same drive, I got the following error:
INFO:root:Parsing MFT entries
Traceback (most recent call last):
File "/home/lef/RecuperaBit-1.1.4/main.py", line 374, in
main()
File "/home/lef/RecuperaBit-1.1.4/main.py", line 357, in main
parts.update(scanner.get_partitions())
File "/home/lef/RecuperaBit-1.1.4/recuperabit/fs/ntfs.py", line 695, in get_partitions
parsed = parse_file_record(dump)
File "/home/lef/RecuperaBit-1.1.4/recuperabit/fs/ntfs.py", line 149, in parse_file_record
_apply_fixup_values(header, entry)
File "/home/lef/RecuperaBit-1.1.4/recuperabit/fs/ntfs.py", line 102, in _apply_fixup_values
entry[pos-2:pos] = entry[offset + 2i:offset + 2(i+1)]
TypeError: 'bytes' object does not support item assignment
The text was updated successfully, but these errors were encountered:
After making the nescessary changes from the diff in #80 and running the scan again using the same drive, I got the following error:
The text was updated successfully, but these errors were encountered: