Class LinearExecutable

java.lang.Object
ghidra.app.util.bin.format.lx.LinearExecutable

public class LinearExecutable extends Object
A class to manage loading Linear Executables (LX). NOTE: this is not implemented yet.
  • Field Details Link icon

    • IMAGE_LX_SIGNATURE Link icon

      public static final short IMAGE_LX_SIGNATURE
      The magic number for LX executables.
      See Also:
  • Constructor Details Link icon

    • LinearExecutable Link icon

      public LinearExecutable(ByteProvider bp)