Libelf by Example


This tutorial introduces libelf, a library for reading and writing object code in the Extensible Linking Format (ELF) file format. - Getting started with libelf: obtaining a handle to an ELF object, establishing a working ELF version, and handling errors reported by libelf. - How ELF data structures are laid out in-memory and on disk, the notions of "file representation" and "memory representation", how to write applications that can handle non-native binaries. - ELF Segments and the ELF Program Header Table, retrieving the program header table from an ELF executable and the meaning of the fields of a program header table entry. - How data is stored inside ELF sections, the ELF Section Header Table, and how to traverse the sections in an ELF object. - How to create new ELF objects: the rules for ordering individual API calls, the default object layout implemented by libelf, and how to specify custom layouts. - ar archives: their structure, and how to read the contents of these archives using the APIs provided by libelf.
Download free tutorial in PDF ( 61 pages) created by Joseph Koshy .
Pages : 61
Size :
File type : HTML
Downloads: 151
Created: 2021-05-15
License: Free
Author(s): Joseph Koshy
Libelf by Example

Others Libelf Tutorials

Others related eBooks about Libelf by Example

Ray Tracing Gems

This book is a must-have for anyone serious about rendering in real time. With the announc..., download free Ray tutorial in PDF (607 pages) created by Eric Haines ....

Odoo Development Essentials

Odoo is a powerful and fast-growing business application platform. Beginning with setting ..., download free Odoo tutorial in PDF (214 pages) created by Daniel Reis ....

Introduction to Computers and Programming

Welcome to the world of computer programming! In this book, you will learn the essential concepts of programming using Python language....

How to Design Programs: An Introduction to Programming and Computing

This second edition has been completely revised. While the book continues to teach a systematic approach to program design, the second edition introduces different design recipes for interactive programs with graphical interfaces and batch programs. It also enriches its design recipes for functions ...

SAT/SMT by Example

Download free course SAT/SMT by Example, pdf file on 585 pages by Dennis Yurichev....

Black book for virus and hacking

Download free ebook under creative common license about virus and hacking created by Marc ludwig....

Power BI Succinctly

Download free course Power BI Succinctly, pdf file on 146 pages by Pierstefano Tucci....

unity3d PDF Tutorial

Download free unity3d tutorial course in PDF, training file in 40 chapters and 219 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Migrating to Cloud-Native Application Architectures

Download free course Migrating to Cloud-Native Application Architectures, pdf file on 58 pages by Matt Stine....

Mining Social Media

Download free course Mining Social Media, pdf file on 208 pages by Lam Thuy Vo....