Check a file for contiguous blocks of 'null' bytes.
Go to file
Michael Krayer d8c21c3650 initial commit 2021-02-16 15:48:19 +01:00
src initial commit 2021-02-16 15:48:19 +01:00
README.md initial commit 2021-02-16 15:48:19 +01:00
build initial commit 2021-02-16 15:48:19 +01:00

README.md

nullblocks

Scan a file for contiguous blocks of 'null' bytes.

Usage:

nullblocks <file>

The default minimum block size to be reported is 8192 bytes. Maybe this will be adjustable as a command line argument in the future...