-
Notifications
You must be signed in to change notification settings - Fork 1
Home
thesavant42 edited this page Jan 20, 2026
·
2 revisions
To infer the filesystem of an SOCI container image by scanning only the targz headers, not decompressing the entire image (only enough to get the peek) and then severing the connection immediately.
- By learning the file contents before hand it is easier to predict whether the container is even worth the time/space/effort to download.
This commit modified fetcher.py and layerslayer.py for file stream "peeking".
Raw Link of mermaid chart for carver
Raw link to layerslayer documentation and mermaid chart diagram