A long story about Elves. ELF file explained. Part 1
Introduction ELF (executable and linkable format) binary format is commonly used in Unix-like systems. It contains executable instructions along with metadata that is required to load it with all required dependencies, allocate memory and execute. Th...
May 15, 202210 min read259