rust-elfloader icon indicating copy to clipboard operation
rust-elfloader copied to clipboard

Library to load and relocate ELF files.

Results 5 rust-elfloader issues
Sort by recently updated
recently updated
newest added

When trying to create a new ElfFile via `ElfFile::new` a panic occurs: ![Bildschirmfoto vom 2023-01-27 10-46-55](https://user-images.githubusercontent.com/58695553/215061610-3aa826a6-e07e-43b0-8aa5-904c04d52ab8.png)

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...

dependencies
rust

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...

dependencies
rust

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...