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.
1 Answer
you can use the linux tool strings
4 Comments
Developus
yes I know, but I need to write a program with same purpose.
Aidenhjj
allocer - why do you need to reimplement strings?
bendl
Maybe he's on windows?
Developus
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.