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.
Asked
Active
Viewed 813 times
1 Answers
1
you can use the linux tool strings

Chris
- 158
- 8
-
yes I know, but I need to write a program with same purpose. – Developus Aug 22 '17 at 12:26
-
allocer - why do you need to reimplement strings? – Aidenhjj Aug 22 '17 at 12:27
-
Maybe he's on windows? – bendl Aug 22 '17 at 12:30
-
This is first thing - I'm on windows. Next thing is this is a part of my bigger project. I will need also extract libs names, file size, information about locked/unlocked file, etc. – Developus Aug 22 '17 at 12:34