最終更新:2023-06-29 (木) 18:41:47 (301d)  

strings
Top / strings

表示可能な文字列をリストする

help

  • $ strings.exe  --help
    使用法: strings [option(s)] [file(s)]
    [file(s)] (デフォルトは標準入力) 内の表示可能な文字列を表示します
     オプション:
      -a - --all                Scan the entire file, not just the data section [default]
      -d --data                 Only scan the data sections in the file
      -f --print-file-name      Print the name of the file before each string
      -n --bytes=[number]       Locate & print any NUL-terminated sequence of at
      -<number>                   least [number] characters (default 4).
      -t --radix={o,d,x}        Print the location of the string in base 8, 10 or 16
      -w --include-all-whitespace Include all whitespace as valid string characters
      -o                        An alias for --radix=o
      -T --target=<BFDNAME>     Specify the binary file format
      -e --encoding={s,S,b,l,B,L} Select character size and endianness:
                                s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit
      @<file>                   Read options from <file>
      -h --help                 Display this information
      -v -V --version           Print the program's version number
    strings: サポートされているターゲット: pe-i386 pei-i386 elf32-i386 elf32-little elf32-big plugin srec symbolsrec verilog tekhex binary ihex
    バグを発見したら <<http://www.sourceware.org/bugzilla/>> に報告して下さい。
    翻訳に関するバグは<translation-team-ja@lists.sourceforge.net>に報告してください。
    

Cygwin

Windows Sysinternals