Module object::read

source ·
Expand description

Interface for reading object files.

Modules

  • Support for archive files.
  • Support for reading Windows COFF files.
  • Support for reading ELF files.
  • Support for reading Mach-O files.
  • Support for reading PE files.
  • Support for reading Wasm files.
  • Support for reading AIX XCOFF files.

Structs

Enums

Traits

Type Definitions

  • The native executable file for the target platform.
  • The result type used within the read module.