Closed Nashenas88 closed 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.
find_common_sections
find_common_data
use elf::hash::sysv_hash;
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 importuse elf::hash::sysv_hash;
seems to be unused.