Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MinStringLength is the minimum length of a string to be considered printable // This matches the default behavior of the Unix strings command MinStringLength = 4 )
Variables ¶
This section is empty.
Functions ¶
func CalculateZipFileSize ¶
func ExtractPrintableStrings ¶ added in v0.51.0
ExtractPrintableStrings extracts printable ASCII strings from binary data. It works similarly to the Unix 'strings' command, extracting sequences of printable ASCII characters (and tabs, newlines, carriage returns) that are at least minLength characters long. If minLength is 0, MinStringLength (4) is used as default. Each extracted string is output on its own line, separated by newlines.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.