authInfo

VM Labs SDK Internal Release 0.86.2
June 6
, 2001


authinfo is a program for dumping information about authenticated files. It runs under both Windows and Linux.

Usage:

authinfo -V | --version

or

authinfo [-vbcdfl5m] [option option option...] filename [filename filename. ..]

Switches and options:

Switch
Action
-b Print the blessings version.

-c
--coffOffset
--offset

Print the coff offset
-f
--output
Use the next filename encountered as the output filename for coff dumping.
-d
--dump
--dumpCoff
Dump the coff file part of the authenticated file to filename.cof or the file specified by the -f/--output option.

-h
--help

Print help info.

-l
--leadin

Print Leadin Authentication String. V2 only.
-5
--md5
--haash
Print info about MD5 hashes

-m
--media

Print accepted media information. V2 only.
-v
--verbose
Print lots of stuff.
-V
--version
Print version info and exit.

Note that switches pertaining to the Leadin Authentication String and media information are applicable only to applications that have been blessed with V2 Blessings.

Sample output:

[cheiny:~/test/]>authinfo -dv is3.run.app
First four bytes: Bles
Blessing version number: 1
Application type: 0 (game)
Coff offset: 0x00000470 (decimal: 1136)
4555626 bytes copied to is3.run.app.cof.

[cheiny:~/test/]>


Last updated: May 21, 2001 by Christopher Heiny

Please email comments or questions to SDK-Release@vmlabs.com

This page © Copyright 2001 VM Labs, Inc. Mountain View, CA. All rights reserved.

VersionInfo: $Id: authinfo.html,v 1.3 2001/06/06 22:09:51 lreeber Exp $