Skip to content

Commit 5b5c1ef

Browse files
committed
Updating README file.
1 parent 25fcfc4 commit 5b5c1ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Decrypting root filesystem images requires the decryption key. This is provided
66

77
There are several VFDecrypt builds available on the Internet. We've used and updated the implementation [here](https://github.com/trailofbits/iverify-oss/tree/master/vendor/vfdecrypt). We've updated `vfdecrypt.c` to support OpenSSL >= 1.1.0 and the `Makefile` to be OS-dependent.
88

9-
You can build and run `lzssdec` on macOS and on Linux.
10-
119
You build `vfdecrypt` using
1210

1311
```
@@ -21,3 +19,9 @@ You runn `vfdecrypt` by passing it the root filesystem key, the root filesystem
2119
```
2220

2321
iExtractor runs `vfdecrypt` as part of the `bin/decrypt_fs` and `scripts/decrypt_fs` scripts.
22+
23+
The usage inside iExtractor:
24+
25+
```
26+
docker run -v "<input_absolute_path>":/in -v "<output_absolute_path>":/out -t ghcr.io/malus-security/vfdecrypt:latest -k<rootfs_key> /in /out > /dev/null 2>&1
27+
```

0 commit comments

Comments
 (0)