0

Is it possible to read exe file and extract all strings used in this exe? I need to check what kind of strings are used in some exe file, but I'm not sure that is a simple as I think - just read the file and get strings.

Developus
  • 1,214
  • 1
  • 14
  • 31

1 Answers1

1

you can use the linux tool strings

Chris
  • 158
  • 8