Wednesday, November 3, 2010

How to view binary file in linux?

Guys,

Ans :

====
hexdump /bin/ps //in hexadecimal format
od /bin/ps //in octal format
strings /bin/ps //in human readable
====

check :)

No comments:

Post a Comment