rust-elfloader
rust-elfloader copied to clipboard
Library to load and relocate ELF files.
When trying to create a new ElfFile via `ElfFile::new` a panic occurs: 
Provides a proper error for #39.
Updates the requirements on [xmas-elf](https://github.com/nrc/xmas-elf) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Changelog Sourced from env_logger's changelog. 0.10.0 - 2022-11-24 MSRV changed to 1.60 to hide optional dependencies Fixes Resolved soundness issue...
This method assumes that the memory is allocated by `ElfLoader::allocate`, but the compiler can't ensure it. Without it, the program may violate memory safety by e.g., modifying memory used by...