archive

package
v0.51.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2025 License: AGPL-3.0 Imports: 2 Imported by: 0

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 CalculateZipFileSize(data []byte) uint64

func ExtractPrintableStrings added in v0.51.0

func ExtractPrintableStrings(data []byte, minLength int) []byte

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL