Dumps a file partially to stdout.
Go to file
Michael Krayer b5b0e250b8 C++11 required 2021-02-16 17:40:21 +01:00
src initial commit 2021-02-16 17:35:07 +01:00
README.md initial commit 2021-02-16 17:35:07 +01:00
build C++11 required 2021-02-16 17:40:21 +01:00

README.md

patialdump

Extracts a given number of bytes from a file at a given offset.

Usage:

partialdump [-j nbytes] [-N nbytes] file
 -j nbytes           number of bytes to skip from the beginning of file (default: 0)
 -N nbytes           number of bytes to read (default: -1, until EOF)