Task: Memory Layout of Statically-Linked and Dynamically-Linked Executables
-
Let’s investigate another static executable / process.
If not already installed, install the
busybox-staticpackage on your system. On Debian/Ubuntu systems, use:student@os:~$ sudo apt install busybox-staticStart a process using:
student@os:~$ busybox sleep 1000Investigate the process using
pmapand the executable usingsize.
If you’re having difficulties solving this exercise, go through this reading material.