From 96ee6399e2bcb0dc62719f3634d3539fb00033b6 Mon Sep 17 00:00:00 2001 From: Miauwkeru Date: Wed, 18 Feb 2026 16:14:08 +0100 Subject: [PATCH 1/2] Add dissect.apfs to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27530cb..77a1369 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Join our [Discord server](https://discord.gg/tS48YbzXN7) to connect with the com Dissect currently consists of the following projects. +- [dissect.apfs](https://github.com/fox-it/dissect.apfs) - [dissect.archive](https://github.com/fox-it/dissect.archive) - [dissect.btrfs](https://github.com/fox-it/dissect.btrfs) - [dissect.cim](https://github.com/fox-it/dissect.cim) From 7b83f635e6e3276df304969de843e8b52c80c4ce Mon Sep 17 00:00:00 2001 From: Miauwkeru Date: Wed, 18 Feb 2026 16:14:45 +0100 Subject: [PATCH 2/2] Replace dissect.esedb and dissect.sql for dissect.database --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 77a1369..b37677e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Dissect currently consists of the following projects. - [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.database](https://github.com/fox-it/dissect.database) - [dissect.etl](https://github.com/fox-it/dissect.etl) - [dissect.eventlog](https://github.com/fox-it/dissect.eventlog) - [dissect.evidence](https://github.com/fox-it/dissect.evidence) @@ -64,7 +64,6 @@ Dissect currently consists of the following projects. - [dissect.qnxfs](https://github.com/fox-it/dissect.qnxfs) - [dissect.regf](https://github.com/fox-it/dissect.regf) - [dissect.shellitem](https://github.com/fox-it/dissect.shellitem) -- [dissect.sql](https://github.com/fox-it/dissect.sql) - [dissect.squashfs](https://github.com/fox-it/dissect.squashfs) - [dissect.target](https://github.com/fox-it/dissect.target) - [dissect.thumbcache](https://github.com/fox-it/dissect.thumbcache)