1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
.Dd March 24, 2014
.Dt sccainfo
.Os libscca
.Sh NAME
.Nm sccainfo
.Nd determines information about a Windows Prefetch File (PF)
.Sh SYNOPSIS
.Nm sccainfo
.Op Fl ahvV
.Va Ar source
.Sh DESCRIPTION
.Nm sccainfo
is a utility to determine information about a Windows Prefetch File (PF)
.Pp
.Nm sccainfo
is part of the
.Nm libscca
package.
.Nm libscca
is a library to access the Windows Prefetch File (PF) format
.Pp
.Ar source
is the source file.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl a
shows allocation information
.It Fl h
shows this help
.It Fl v
verbose output to stderr
.It Fl V
print version
.El
.Sh ENVIRONMENT
None
.Sh FILES
None
.Sh EXAMPLES
.Bd -literal
# sccainfo CMD.EXE-4A81B364.pf
sccainfo 20110704
Windows Prefetch File (PF) information:
...
.Ed
.Sh DIAGNOSTICS
Errors, verbose and debug output are printed to stderr when verbose output \-v is enabled.
Verbose and debug output are only printed when enabled at compilation.
.Sh BUGS
Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website:
https://github.com/libyal/libscca/
.Sh AUTHOR
These man pages were written by Joachim Metz.
.Sh COPYRIGHT
Copyright (C) 2011-2017, Joachim Metz <joachim.metz@gmail.com>.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.Sh SEE ALSO
|