Executables are a static representation of a program and that at the time they are executed, the kernel uses the information included in those files to create a dynamic representation, better known as the process images. Before being able to execute a binary it is necessary to load it in the memory and the one in charge to do it is the loader, that generally is part of the operative system.
The post Loading binaries in Linux appeared first on S3lab.
]]>