You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ Decrypting root filesystem images requires the decryption key. This is provided
6
6
7
7
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.
8
8
9
-
You can build and run `lzssdec` on macOS and on Linux.
10
-
11
9
You build `vfdecrypt` using
12
10
13
11
```
@@ -21,3 +19,9 @@ You runn `vfdecrypt` by passing it the root filesystem key, the root filesystem
21
19
```
22
20
23
21
iExtractor runs `vfdecrypt` as part of the `bin/decrypt_fs` and `scripts/decrypt_fs` scripts.
0 commit comments