A Brief Look at the ELF File Format in Linux
Date: Tuesday, April 11, 2006 @ 07:41:39 CEST
Topic: Site News & Info


ELF (Executable and Linkable Format) is a standard file format for most executables, shared libraries and object codes. This format was originally developed and published by USL (Unix System Laboratory) as part of ABI (Application Binary Interface) and now it’s a widely accepted format in most UNIX variants. This format was developed with a clear objective to provide the developers a set of binary interface definitions that works on multiple operating systems. This would reduce the need of recoding and recompiling the code. This format has replaced the legacy and proprietary executable formats like a.out and COFF (Common Object File Format).

To look at the rest, click Here







This article comes from Linux Knowledge Base and Tutorial
http://www.linux-tutorial.info

The URL for this story is:
http://www.linux-tutorial.info/modules.php?name=News&file=article&sid=2349