From 9ef2c4a87d6fa816639b610313b67b98e983388a Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 16 Jun 2022 10:17:00 -0400 Subject: Add support for new version 2 trustcaches Thanks to Linus Henze for reversing the new format https://gist.github.com/LinusHenze/4cd5d7ef057a144cda7234e2c247c056 --- trustcache.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'trustcache.1') diff --git a/trustcache.1 b/trustcache.1 index 68ec6e5..f5aaf5f 100644 --- a/trustcache.1 +++ b/trustcache.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 19, 2022 +.Dd June 16, 2022 .Dt TRUSTCACHE 1 .Os .Sh NAME @@ -95,7 +95,7 @@ Each Mach-O found in the specified inputs will be scanned for a code signature and hashed. Any malformed or unsigned Mach-O will be ignored. Each slice of a FAT binary will have its hash included. -Versions 0 and 1 are supported, if not specified, 1 is assumed. +Versions 0, 1, and 2 are supported, if not specified, 1 is assumed. If .Ar uuid is specified, that will be used instead of a randomly generated one. @@ -108,9 +108,10 @@ is specified, that will be used instead of a randomly generated one. .Xc Print information about .Ar file . -The output for each hash will be in the format: +The output for each hash will be in one of these formats: .Pp .Dl [] +.Dl [] [] .Pp If the .Fl c -- cgit v1.2.3