16 min read 0 ELF Story Part5: ELF Segments Alee Amini 25/03/2025 In this part, I want to explain how the ELF file is loaded into memory at runtime. To do this,…
49 min read 0 ELF Story Part4: ELF Sections Alee Amini 20/07/2024 In the upcoming part of our discussion, I will delve into the intricacies of ELF Sections. These sections serve as…
16 min read 0 ELF Story Part3: ELF Section Headers Alee Amini 11/03/2024 1-Introduction Are you ready to delve deeper into the world of ELF files? In my previous part, I discussed the…
13 min read 1 ELF Story Part2: ELF Header Alee Amini 16/02/2024 1-Introduction In the previous part of this story, we learned about compilation, linking, and how a linker works. In this…
22 min read 21 ELF Story Part1: How is an ELF create Alee Amini 06/08/2023 1- Introduction Hello guys I’m back with a new series of blog posts.Last year I focused on Linux binaries. I…