serge1/ELFIO

Is the elfhash algorithm outdated?

Hackerl opened this issue · 2 comments

Searching the symbol table by name seems to fail, because ".gnu.hash" uses the DJB (Daniel J Bernstein) hash algorithm.
https://github.com/serge1/ELFIO/blob/master/elfio/elfio_utils.hpp#L165

Thank you for pointing me to this!
I have started to look at this

Support for the GNU hash algorithm has been added in commit ef26228