Static ain't always noise

Description : Can you look at the data in this binary: static? This BASH script might help!

Solution :

We are provided with a binary file and we need to look at the data in the binary file . If we try to use cat command we will get the output but that will be in non human readable format . we can use strings command for that purpose

Last updated