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 1776069728
Solving the next 5% probably costs more than the previous 90%.
Home
Notebook
Contact us