]> granicus.if.org Git - llvm/commit
llvm-strings: introduce basic strings tool
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 11 Nov 2016 03:44:12 +0000 (03:44 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 11 Nov 2016 03:44:12 +0000 (03:44 +0000)
commit6a1b55e1eafe4b5d59740924fdd0b52ee9e6b029
treea6666aba4be8460b46aa20751e0c7ba13df4982d
parent88b31bfeb1dbafaec398782791510ecbb74478a7
llvm-strings: introduce basic strings tool

This is a replacement to binutils' string tool.  It prints strings found in a
binary (object file, executable, or archive library).  It is rather bare and
not functionally equivalent, however, it lays the groundwork necessary for the
strings tool, enabling iterative development of features to reach feature
parity.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286556 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-strings/CMakeLists.txt [new file with mode: 0644]
tools/llvm-strings/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-strings/llvm-strings.cpp [new file with mode: 0644]