Class ContextCache

java.lang.Object
ghidra.app.plugin.processors.sleigh.ContextCache

public class ContextCache extends Object
  • Constructor Details

    • ContextCache

      public ContextCache()
  • Method Details

    • registerVariable

      public void registerVariable(Register register)
    • getContextSize

      public int getContextSize()
    • getContext

      public void getContext(ProcessorContextView ctx, int[] buf)
    • setContext

      public void setContext(ProcessorContext ctx, Address addr, int num, int mask, int value)