Module goblin::elf::gnu_hash [] [src]

Structs

GnuHash

TODO add proper writeup for how this is constructed, how it resolves symbols, and how it works, see: https://blogs.oracle.com/ali/entry/gnu_hash_elf_sections A Gnu Hash table as 4 sections: 1. Header 2. Bloom Filter 3. Hash Buckets 4. Hash Values The header has is an array of four (4) u32s: a. nbuckets b. symndx c. maskwords d. shift2

Functions

hash

GNU hash function