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)strings -e l binary.exeLast updated