|
How to do things AI Noob vs. Pro
List biggest files Free Open Source: Swiss File Knifea command line
Depeche View
command line
free external tools,
cpp sources
articles |
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.
examples
sfk strings test.exe +filter -+VersionInfo
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.
examples
sfk strings test.exe +filter
-+VersionInfo
you are viewing this page in mobile portrait mode with a limited layout. turn your device right, use a desktop browser or buy the sfk e-book for improved reading. sfk is a free open-source tool, running instantly without installation efforts. no DLL's, no registry changes - just get sfk.exe from the zip package and use it (binaries for windows, linux and mac are included).
|


