Expand description
§Neotron Loader
Handles loading Neotron Executables into the Neotron OS.
Modules§
- sections
- Code and Types for handling Sections
- segments
- Code and types for handling Segments.
- traits
- Traits to help us load information from different kinds of data source.
Structs§
- Iter
Program Headers - Allows you to iterate through the program headers.
- Iter
Section Headers - Allows you to iterate through the section headers.
- Loader
- An object that can load and parse an ELF file.
- Program
Header - Represents a program header
- Section
Header - Represents a section in the section table.
Enums§
- Error
- The ways this API can fail
Traits§
- Source
- Describes something we can read data from