gz / rust-elfloader

Library to load and relocate ELF files.
https://docs.rs/elfloader
Apache License 2.0
117 stars 23 forks source link

Remove the `name` parameter from `ElfBinary` #18

Closed toku-sa-n closed 3 years ago

toku-sa-n commented 3 years ago

Fixes: #17

I don't have a strong feeling about removing the parameter. I just thought it would be better to remove almost unused parameters.