Class ElfGnuHashTable

java.lang.Object
net.fornwall.jelf.ElfSection
net.fornwall.jelf.ElfGnuHashTable

public class ElfGnuHashTable extends ElfSection
An ELF section containing a hash table for lookup of dynamic symbols. Has the section type ElfSectionHeader.SHT_GNU_HASH. Replaces ElfHashTable on almost all modern Linux systems. See https://flapenguin.me/2017/05/10/elf-lookup-dt-gnu-hash/