hexdump -C /bin/ls | head -n 20 See those columns on the right? The ASCII? The left-side addresses in hex? That’s your new bookshelf.
Reading time: 4 minutes Level: Intermediate / Systems libros 0xword
Libros 0xWord isn't a real publisher (yet). It’s a mindset: Your assignment (should you choose to accept it) Open a terminal. Run: hexdump -C /bin/ls | head -n 20 See
0x1000: 48 65 6c 6c 6f 00 0a 00 0x1008: 77 6f 72 6c 64 21 00 ff What is the string at 0x1000 ? What is the unsigned word at 0x1006 ? libros 0xword