elf_loader 0.15.0

A no_std-friendly ELF loader, runtime linker, and JIT linker for Rust.
1
2
3
4
5
6
7
pub(crate) mod binding;
pub(crate) mod dylib_relocation_checks;
#[cfg(unix)]
pub(crate) mod generated_dylib;
pub(crate) mod host_symbols;
pub(crate) mod memory;
pub(crate) mod test_dylib;