ELF - executable linkable file
Feb 19, 2024 · 17 min read · .noise howdy_amigos, In this post I want to dig into the ELF file format. In case you never heard of this - it's the format for executable files, or binaries, on Linux. Binaries contain operational codes, metadata and memory sections, combined into a...
Join discussion