Class PCodeTestControlBlock

java.lang.Object
ghidra.test.processors.support.PCodeTestAbstractControlBlock
ghidra.test.processors.support.PCodeTestControlBlock

public class PCodeTestControlBlock extends PCodeTestAbstractControlBlock
PCodeTestControlBlock data is read from each binary test file and identified by the MAIN_CONTROL_BLOCK_MAGIC 64-bit character field value at the start of the data structure. Only one instance of this should exist within the binary.
  • Field Details

    • testFile

      public final PCodeTestFile testFile
    • cachedProgramPath

      public final String cachedProgramPath
  • Method Details