Lines Matching full:strings
1 llvm-strings - print strings
4 .. program:: llvm-strings
9 :program:`llvm-strings` [*options*] [*input...*]
14 :program:`llvm-strings` is a tool intended as a drop-in replacement for GNU's
15 :program:`strings`, which looks for printable strings in files and writes them
20 :program:`llvm-strings` looks for strings in each ``input`` file specified.
21 Unlike GNU :program:`strings` it looks in the entire input file, regardless of
35 $ llvm-strings input.txt
44 Silently ignored. Present for GNU :program:`strings` compatibility.
63 $ llvm-strings --print-file-name test.o test.elf
84 $ llvm-strings --radix=o test.o
92 $ llvm-strings --radix=d test.o
100 $ llvm-strings -t x test.o
111 Display the version of the :program:`llvm-strings` executable.
120 :program:`llvm-strings` exits with a non-zero exit code if there is an error.
126 To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-strings/>.