Skip to content
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

Identifying Unallocated Space #2

Open
dmwharris opened this issue Feb 10, 2022 · 1 comment
Open

Identifying Unallocated Space #2

dmwharris opened this issue Feb 10, 2022 · 1 comment

Comments

@dmwharris
Copy link

Hello,
Sorry to use this space to ask a question about usage, but I've looked through documentation and I'm not understanding how to use aff-info, aff-digest, or aff-extract to identify unallocated space, slack space or space between partitions in an aff4 image. In general, I'm not finding a lot of discussion/documentation of how aff4 handles or identifies unallocated space. Any help would be greatly appreciated.

Thanks!

@blschatz
Copy link
Member

You could use the Map object (see examples/extract.cc) and iterate over it's entries, looking for map points that represent regions of aff4:UnknownData. You might want to read the Wirespeed paper for some more background on that. https://dfrws.org/sites/default/files/session-files/2015_USA_paper-wirespeed_extending_the_aff4_container_format_for_scalable_acquisition_and_live_analysis.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants