最終更新:2016-10-24 (月) 19:01:24 (2739d)  

Strings
Top / Strings

http://technet.microsoft.com/ja-jp/sysinternals/bb897439.aspx

使い方

  • Strings v2.53 - Search for ANSI and Unicode strings in binary images.
    Copyright (C) 1999-2016 Mark Russinovich
    Sysinternals - www.sysinternals.com
    
    usage: strings.exe [-a] [-f offset] [-b bytes] [-n length] [-o] [-s] [-u] <file or directory>
    -a     Ascii-only search (Unicode and Ascii is default)
    -b     Bytes of file to scan
    -f     File offset at which to start scanning.
    -o     Print offset in file string was located
    -n     Minimum string length (default is 3)
    -s     Recurse subdirectories
    -u     Unicode-only search (Unicode and Ascii is default)
    -nobanner
           Do not display the startup banner and copyright message.

関連