Carve ASCII and Unicode strings from files.
go install go.foxforensics.dev/strings@latest$ strings [-nmtao] FILE-nMinimum string length (default 3)-mMaximum string length-tTrim spaces from ends-aShow ASCII strings only-oShow file offset
The carving algorithm is based on the original Strings by Rob Pike.
Released under the MIT License.