<p class="MsoNormal" style="margin-bottom: 0in; line-height: normal;"><span lang="EN-IN">Focusing on the Executable and Linkable Format (ELF) used in Linux and Unix systems, this book explores how code is compiled, linked, and loaded into memory, and how the operating system executes it. You’ll learn to analyse ELF files, debug and optimize programs at the binary level, write custom linker scripts, and understand dynamic linking and symbol resolution.</span><span lang="EN-IN">&#xa0;</span></p><p class="MsoNormal" style="margin-bottom: 0in; line-height: normal;"><span lang="EN-IN">ELF files are important because low-level programming and binary analysis are critical skills for system programmers, embedded developers, and security researchers. With the rise of performance optimization, cybersecurity, and resource-constrained environments (e.g., IoT), understanding executables is more relevant than ever.</span>&#xa0;</p><p class="MsoNormal" style="margin-bottom: 0in; line-height: normal;"><em><span lang="EN-IN">Executable Files for Linux</span></em><span lang="EN-IN"> provides a hands-on, modern approach to a topic often overlooked in learning resources today.</span><span lang="EN-IN">&#xa0;</span></p><p class="MsoNormal" style="margin-bottom: 0in; line-height: normal;"><strong><span lang="EN-IN">What You Will Learn</span></strong></p><p class="MsoListParagraphCxSpFirst" style="mso-add-space: auto; text-indent: -.25in; line-height: normal; mso-list: l0 level1 lfo1; border: none; mso-padding-alt: 31.0pt 31.0pt 31.0pt 31.0pt; mso-border-shadow: yes; margin: 0in 0in 0in 1.0in;"><!-- [if !supportLists]--><span lang="EN-IN" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: black;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0; </span></span></span><!--[endif]--><span lang="EN-IN" style="color: black;">Analyse and modify ELF files to optimize software performance</span></p><p class="MsoListParagraphCxSpMiddle" style="mso-add-space: auto; text-indent: -.25in; line-height: normal; mso-list: l0 level1 lfo1; border: none; mso-padding-alt: 31.0pt 31.0pt 31.0pt 31.0pt; mso-border-shadow: yes; margin: 0in 0in 0in 1.0in;"><!-- [if !supportLists]--><span lang="EN-IN" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: black;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0; </span></span></span><!--[endif]--><span lang="EN-IN" style="color: black;">Debug and optimize programs at the binary level</span></p><p class="MsoListParagraphCxSpMiddle" style="mso-add-space: auto; text-indent: -.25in; line-height: normal; mso-list: l0 level1 lfo1; border: none; mso-padding-alt: 31.0pt 31.0pt 31.0pt 31.0pt; mso-border-shadow: yes; margin: 0in 0in 0in 1.0in;"><!-- [if !supportLists]--><span lang="EN-IN" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: black;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0; </span></span></span><!--[endif]--><span lang="EN-IN" style="color: black;">Write custom linker scripts for complex projects</span></p><p class="MsoListParagraphCxSpMiddle" style="mso-add-space: auto; text-indent: -.25in; line-height: normal; mso-list: l0 level1 lfo1; border: none; mso-padding-alt: 31.0pt 31.0pt 31.0pt 31.0pt; mso-border-shadow: yes; margin: 0in 0in 0in 1.0in;"><!-- [if !supportLists]--><span lang="EN-IN" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: black;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0; </span></span></span><!--[endif]--><span lang="EN-IN" style="color: black;">Understand dynamic linking, lazy loading, and symbol resolution</span></p><p class="MsoListParagraphCxSpLast" style="mso-add-space: auto; text-indent: -.25in; line-height: normal; mso-list: l0 level1 lfo1; border: none; mso-padding-alt: 31.0pt 31.0pt 31.0pt 31.0pt; mso-border-shadow: yes; margin: 0in 0in 0in 1.0in;"><!-- [if !supportLists]--><span lang="EN-IN" style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; color: black;"><span style="mso-list: Ignore;">·<span style="font: 7.0pt 'Times New Roman';">&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0;&#xa0; </span></span></span><!--[endif]--><span lang="EN-IN" style="color: black;">Explore kernel-level processes for loading and executing binaries</span><span lang="EN-IN">&#xa0;</span></p><p class="MsoNormal" style="margin-bottom: 0in; line-height: normal;"><strong><span lang="EN-IN">Who This Book Is For</span></strong><span lang="EN-IN">&#xa0;</span></p><p class="MsoNormal" style="margin-bottom: 0in; line-height: normal;"><span lang="EN-IN">Developers and programmers working on operating systems, embedded systems, or low-level software as well as performance engineers and&#xa0;security professionals</span></p>

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Executable Files for Linux

  • Mohit Mishra

摘要

Focusing on the Executable and Linkable Format (ELF) used in Linux and Unix systems, this book explores how code is compiled, linked, and loaded into memory, and how the operating system executes it. You’ll learn to analyse ELF files, debug and optimize programs at the binary level, write custom linker scripts, and understand dynamic linking and symbol resolution. 

ELF files are important because low-level programming and binary analysis are critical skills for system programmers, embedded developers, and security researchers. With the rise of performance optimization, cybersecurity, and resource-constrained environments (e.g., IoT), understanding executables is more relevant than ever. 

Executable Files for Linux provides a hands-on, modern approach to a topic often overlooked in learning resources today. 

What You Will Learn

·        Analyse and modify ELF files to optimize software performance

·        Debug and optimize programs at the binary level

·        Write custom linker scripts for complex projects

·        Understand dynamic linking, lazy loading, and symbol resolution

·        Explore kernel-level processes for loading and executing binaries 

Who This Book Is For 

Developers and programmers working on operating systems, embedded systems, or low-level software as well as performance engineers and security professionals