Skip to content
Snippets Groups Projects
Commit cfd1e1ae authored by jdh8d's avatar jdh8d
Browse files

changed to locate strings of length 2 and 3 as well, so shorter unix-style...

changed to locate strings of length 2 and 3 as well, so shorter unix-style command strings are picked up

Former-commit-id: bea13433b5b9c8f4423e512ca6cb03c0ce39ce8c
parent de41f8c9
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ rm $tmpFile $tmpFile2 $tmpFile3 $tmpFile4 $tmpFile5 $tmpSymbols 2>/dev/null
touch $tmpFile2 $tmpFile3 $tmpFile4 $tmpFile5 $finalSigFile
# get strings & symbols
strings $inputFile | sort -f | uniq -i > $tmpFile2 # get strings
strings -n 2 $inputFile | sort -f | uniq -i > $tmpFile2 # get strings
cat $defaultSigs >> $tmpFile2 # add signatures from sqlite itself
sort -f $tmpFile2 | uniq -i > $tmpFile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment