A Dissect module implementing a parser for the SquashFS file system.

2 Open Issues Need Help Last updated: Jul 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Remove the symlink resolution functionality from the `SquashFS.get` method in the `dissect.squashfs` Python module. This change aligns with a decision made in a related project to handle symlink resolution at a higher level.

Complexity: 3/5
good first issue

A Dissect module implementing a parser for the SquashFS file system.

Python

AI Summary: Remove the directory entry cache from the dissect.squashfs module. This involves modifying the code to eliminate caching at the individual node level, aligning with changes made in dissect.extfs.

Complexity: 4/5
good first issue

A Dissect module implementing a parser for the SquashFS file system.

Python