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.

Structs§

Enums§

Traits§

Type Aliases§

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