How to do it...

Follow the subsequent steps exactly as you see them. Take your time to understand the task in each step:

  1. In the open Terminal session, run the following command and study the output from the ELF man page:
$ man elf
  1. Your output should look similar to the following screenshot:
  1. Once you're finished reading through the ELF man page, press q to quit.
  2. In the same Terminal session, type the following and study the output:
$ cat /usr/include/elf.h
  1. The output should resemble the following screenshot:
  1. Once you're finished, ...

Get Binary Analysis Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.