Команды SFK


    1        2        3        4        5        6        7        8        9        10    

Раздел 4. Text Processing - Обработка текста
addhead | addtail | count | difflines | filter | head | joinlines | linelen | load | ofilter | perline | printloop | replace | run | runloop | snapto | sort | strings | tail | xed | xex | xreplace |

Help:   Рус   |   Eng        Refer:   Рус   |   Eng  

Команда: strings
sfk strings [-wrapbin=n] filename

   extract strings from a binary file. resulting text lines are split
   at column 80 by default, which can be changed by -wrapbin or -wrap.

   options
     -allchars   extract all printable characters, like accents or
                 non latin characters. default is to extract only
                 latin characters of the lower ASCII code range.

   see also
     sfk hexfind  search strings in files with hexdump output.
     dview        the text file browser Depeche View can also
        load binary files and display extracted text contents.
        For example, dview foo.exe will show strings from a single
        file, and dview -allbin mydir loads all text and binary
        files from folder mydir. type "sfk view" for more.

   web reference
      http://stahlworks.com/sfk-strings

   examples
      sfk strings test.exe +filter -+VersionInfo