Skip to content

Commit 2303bb7

Browse files
committed
docs/extractors.md: add erofs and partclone
Update docs/extractors.md with: - erofs which is supported since version 25.4.14 and commit 5f50cd2 - partclone which is supported since version 25.5.26 and commit e7413cb Minium versions have been set to latest published version (older versions probably also work but no tests were made) While at it, also fix a typo: img2simg -> simg2img Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent 9d29da7 commit 2303bb7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/extractors.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ $ unblob --show-external-dependencies
2828
The following executables found installed, which are needed by unblob:
2929
7z ✓
3030
debugfs ✓
31+
fsck.erofs ✓
3132
jefferson ✓
3233
lz4 ✓
3334
lziprecover ✓
3435
lzop ✓
36+
partclone.restore ✓
3537
sasquatch ✓
3638
sasquatch-v4be ✓
3739
simg2img ✓
@@ -56,10 +58,12 @@ for current versions.
5658
| --------------------------- | ----------------------------------------------------- | --------------- | ------------- | ---------------------------------------------------------------- |
5759
| p7zip-full | `7z` | 16.02 || https://www.7-zip.org/ |
5860
| e2fsprogs | `debugfs` | 1.45.5 || http://e2fsprogs.sourceforge.net/ |
61+
| erofs | `fsck.erofs` | 1.8.10 || https://github.com/erofs/erofs-utils |
5962
| lz4 | `lz4` | 1.9.3 || https://github.com/lz4/lz4 |
6063
| lziprecover | `lziprecover` | 1.22 || http://www.nongnu.org/lzip/lziprecover.html |
6164
| lzop | `lzop` | 1.04 || https://www.lzop.org/ |
62-
| android-sdk-libsparse-utils | `img2simg` | 8.1.0 || https://packages.debian.org/unstable/android-sdk-libsparse-utils |
65+
| partclone | `partclone.restore` | 0.3.39 || https://github.com/Thomas-Tsai/partclone |
66+
| android-sdk-libsparse-utils | `simg2img` | 8.1.0 || https://packages.debian.org/unstable/android-sdk-libsparse-utils |
6367
| unar | `unar` | 1.10.1 || https://theunarchiver.com/command-line |
6468
| sasquatch | `sasquatch`, `sasquatch-v4be` | 1.0 || https://github.com/onekey-sec/sasquatch |
6569
| jefferson | `jefferson` | master || https://github.com/onekey-sec/jefferson |

0 commit comments

Comments
 (0)