cole14 / rust-elf

Library for parsing ELF files for Rust
Other
234 stars 45 forks source link

README code does not compile #31

Closed Nashenas88 closed 1 year ago

Nashenas88 commented 1 year ago

The code in the README on crates.io includes a call to find_common_sections, which cannot be found. There is a similar method, find_common_data. Also, the import use elf::hash::sysv_hash; seems to be unused.