Class Offset

java.lang.Object
ghidra.app.plugin.processors.generic.Offset
All Implemented Interfaces:
Serializable

public class Offset extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • setRelativeOffset

      public void setRelativeOffset(Hashtable<String,Operand> opHash) throws SledException
      Method setRelativeOffset.
      Parameters:
      opHash -
      Throws:
      SledException
    • getOffset

      public int getOffset(MemBuffer buf, int off) throws Exception
      Method getOffset.
      Parameters:
      buf - - a MemBuffer of bytes to parse
      off - - offset into the MemBuffer at which to start
      Returns:
      int - offset into the MemBuffer to which this Offset object points given the bytes in the MemBuffer.
      Throws:
      Exception