Class ElfStringTable

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

public final class ElfStringTable extends ElfSection
String table sections hold null-terminated character sequences, commonly called strings. The object file uses these strings to represent symbol and section names. You reference a string as an index into the string table section.
  • Field Details

    • numStrings

      public final int numStrings
  • Method Details

    • get

      public String get(int index)