Lab3


Objdump $flag and $program with the –f –s –d and –source gives valuable information associated with binary file. Also, it shows what sections of memory are linked with.

Having static with gcc command creates a binary file (whopping %700 larger) and also it’s not great for making smaller applications.

Comments

Popular posts from this blog

SPO600 Project 1 Stage 2

Lab2