-
Notifications
You must be signed in to change notification settings - Fork 24
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
pytsk/libtsk: overlapping partition slots #70
Comments
Maybe status value can be of help here?
Does not look like the status value is exposed in TSK_VS_PART_INFO but mapped to flags https://github.com/sleuthkit/sleuthkit/blob/develop/tsk/vs/tsk_vs.h#L93
Thought the information might not be sufficiently expressive for all slots e.g. Though the check to determine if a slot is allocated / unallocated seems to be very rudimentary: https://github.com/sleuthkit/sleuthkit/blob/develop/tsk/vs/mac.c#L121
Where the APM status flags can contain various values https://github.com/libyal/libvsapm/blob/main/documentation/Apple%20partition%20map%20(APM)%20format.asciidoc#status_flags |
Same for BSD disklabel
|
Partition slots can overlap and the reason for this is unclear. Filed sleuthkit/sleuthkit#2123 to get more context.
The text was updated successfully, but these errors were encountered: