Crate elf_loader

Source
Expand description

§elf_loader

A lightweight, extensible, and high-performance library for loading ELF files.

§Usage

It implements the general steps for loading ELF files and leaves extension interfaces, allowing users to implement their own customized loaders.

§Example

This repository provides an example of a mini-loader implemented using elf_loader. The miniloader can load PIE files and currently only supports x86_64.

Modules§

Structs§

Enums§

Traits§

  • Handles the parts of the elf file related to thread local storage
  • Handle the parts of the elf file related to the ehframe

Type Aliases§