Class UnixAoutSymbol

java.lang.Object
ghidra.app.util.bin.format.unixaout.UnixAoutSymbol

public class UnixAoutSymbol extends Object
Represents the content of a single entry in the symbol table format used by the UNIX a.out executable.
  • Field Details

  • Constructor Details

    • UnixAoutSymbol

      public UnixAoutSymbol(long nameStringOffset, byte typeByte, byte otherByte, short desc, long value)