I am trying to find out if there are open source components in an app I found online. I have skimmed the file in a Hex editor but can't spend the hours that would be required going line by line looking for any unencrypted words that may exist helping this quest. Is there an app (Preferrably portable) out there to search a file using a dictionary list as a source?

link|improve this question
Sorry, OS looking to use said program on is Windows 7 – user66001 Feb 3 at 19:20
feedback

1 Answer

up vote 2 down vote accepted

If you are on *nix, the strings command does what you want.

This seems to do the same on windows: http://technet.microsoft.com/en-us/sysinternals/bb897439

link|improve this answer
Looks very nice and just right. Cheers! – user66001 Feb 3 at 19:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.