Strings logo

Strings Microsoft Corporation

Use this command to install Strings:
winget install --id=Microsoft.Sysinternals.Strings -e

Strings scans the file you pass it for UNICODE (or ASCII) strings of a default length of 3 or more UNICODE (or ASCII) characters.

Strings is a utility designed to scan files for UNICODE or ASCII strings of at least three characters in length. It is particularly useful for identifying embedded strings within executables and object files, making it a valuable tool for reverse engineering and analysis.

Key Features:

  • Scans for both UNICODE and ASCII strings with adjustable minimum lengths.
  • Supports customizing the number of bytes to scan and starting offsets.
  • Outputs the file offset where each string was found.
  • Offers options for Unicode-only or ASCII-only searches.

Audience & Benefit:
Ideal for developers, reverse engineers, and security professionals seeking to analyze executables and object files. Strings provides a straightforward way to extract embedded strings without requiring complex tools.

Strings can be installed via winget.

Versions
2.54