Skip to navigation
How to extract the string from a binary and remove the a new line?
07.12.13
strings data2.txt > string1.txt perl -i.bak -p -e 's/\|\n/\| /g' string1.txt
Reply
Anonymous
how to extract the string from a binary and remove the a new line?
strings data2.txt > string1.txt perl -i.bak -p -e 's/\|\n/\| /g' string1.txt
07.12.13
Reply
Anonymous
Information Epoch 1736201768
Effectiveness beats efficiency.
Home
Notebook
Contact us