logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vss_strip - program for extracting file data from a file containing VSS headers

Author

       The main author of Burp is Graham Keeling.

Bugs

       If you find bugs, please report them to the email  list.  See  the  website  <http://burp.grke.net/>  for
       details.

Examples

vss_strip-iinfile-ooutfile
              Takes uncompressed infile, and extracts the file data to outfile.

       zcatinfile.gz|vss_strip
              Takes the output of zcat as input, and outputs to stdout.

Name

       vss_strip - program for extracting file data from a file containing VSS headers

Options

-ipath
              Input file. If -i is not given, input will be read on stdin.

       -opath
              Output file. If -o is not given, output will be read on stdout.

       -p     Print VSS header info.

       -h|-?  Print help text and exit.

Synopsis

vss_strip [options]

       A  program  for extracting file data from a file containing VSS headers. This program comes with the burp
       backup and restore package.

See Also