Lets assume you have some mysterious binary x file. A few tips to quickly look around what inside it:
cat x | od -xa
cat x | xxd
cat x | strings
Filed under: Uncategorized, binary
2010/02/09 • 19:13
Lets assume you have some mysterious binary x file. A few tips to quickly look around what inside it:
cat x | od -xa
cat x | xxd
cat x | strings
Filed under: Uncategorized, binary