in reply to extracting strings from non-text files

Nice quick and dirty approach, but you're likely missing things that cross the boundary of your 1024 byte buffer.

This node has a couple of replies with examples of using a sliding window to find strings in a binary file.

  • Comment on Re: extracting strings from non-text files