githubEdit

Strings

Use strings to reveal data within all sorts of files

Usage:

Select-String CONTEXT binary.exe (Powershell)

strings.exe binary.exe (Windows CMD)

strings binary (Linux)

Human readable content from windows executable files

strings -e l binary.exe

Last updated