falconre / falcon

Binary Analysis Framework in Rust
Apache License 2.0
549 stars 47 forks source link

loader/elf: Avoid duplicated function entries #95

Closed emmanuel099 closed 3 years ago

emmanuel099 commented 3 years ago

Loading shared objects may list the same function symbol in dynsyms and syms. Dedup function symbols on load.