From a435c7c518d5550a89fa7bb9ad1d006c1fc2c1ab Mon Sep 17 00:00:00 2001 From: Horofic Date: Mon, 1 Sep 2025 14:18:44 +0200 Subject: [PATCH 1/2] Add CramFS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50780dd..6d34d0b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Dissect currently consists of the following projects. - [dissect.btrfs](https://github.com/fox-it/dissect.btrfs) - [dissect.cim](https://github.com/fox-it/dissect.cim) - [dissect.clfs](https://github.com/fox-it/dissect.clfs) +- [dissect.cramfs](https://github.com/fox-it/dissect.cramfs) - [dissect.cstruct](https://github.com/fox-it/dissect.cstruct) - [dissect.esedb](https://github.com/fox-it/dissect.esedb) - [dissect.etl](https://github.com/fox-it/dissect.etl) From cd90c08853d2a9b3dadd769219308aba81e9e711 Mon Sep 17 00:00:00 2001 From: Stefan de Reuver <9864602+Horofic@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:23:14 +0000 Subject: [PATCH 2/2] Add dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 26dbbb3..9eaa361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "dissect.btrfs==1.7", "dissect.cim==3.12", "dissect.clfs==1.10", + "dissect.cramfs==1.0", "dissect.cstruct==4.5", "dissect.esedb==3.16", "dissect.etl==3.11",