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 both ends-aOnly ASCII strings-oShow file offset
The carving algorithm is based on the original Strings by Rob Pike.
Released under the MIT License.