Executable Files for Linux : Under the Hood of ELFs for Flexible and Secure Low-Level Coding

個数:

Executable Files for Linux : Under the Hood of ELFs for Flexible and Secure Low-Level Coding

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 327 p.
  • 言語 ENG
  • 商品コード 9798868821530
  • DDC分類 005.268

Full Description

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

Contents

1: Introduction to Executables 2: ELF: Demystifying the Executable Format.- 3: Understanding ELF Sections.- 4: Before main(): The Secret Life of Global Variables.- 5: The Linker: Bringing The C Code Together.- 6: Relocations: The Linker's Patchwork.- 7: Symbols: The Linker's Address Book. 8: Dynamic Linking in C: Shrinking Executables and Sharing Code.- 9: Lazy Loading: Dynamic Linking on Demand.- 10: Understanding Linux Executable Loading: A Deep Dive into Kernel Internals.- 11: Weak Symbols: A Linker's Flexibility.- 12: Level Up Your C: Key Takeaways About Linking and Loading.