-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: Unknown AttributeType
: 0100
#2
Comments
@CR-OmerYampel Are you using the latest version? |
I cannot provide a sample, but i am using the right version ( For what its worth, this is happening on MFT entry ID 5, which seems to be the root MFT entry in my table: The screenshot shows the MFT table processed by another tool: See how MFT ID 5 (first column is mft ID) has mostly blank values, and is the parent to a bunch of NTFS files ($...) |
Another piece of feedback, there's no way to skip a specific "failed" attribute (for example in this case, i would like to get as much information out of the entry as possible, but since |
|
I tried this on another Win10 MFT, same error |
@CR-OmerYampel I've found a sample where this happens. There are two seperate issues:
I'll try to see if I can fix the binding to be more relaxed. |
@CR-OmerYampel I've just pushed 0.5.1 fixing both this issues to CI. Should be available in PyPi in about 20 minutes or so. Please try it and let me know if it solves the issues :) |
Getting this on an MFT file from a windows 10 host
The text was updated successfully, but these errors were encountered: