Class ElfHashTable

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

public class ElfHashTable extends ElfSection
An ELF section containing a hash table for lookup of dynamic symbols. Note that this has been replaced with ElfGnuHashTable on modern Linux systems. See https://flapenguin.me/2017/04/24/elf-lookup-dt-hash/