Class Offset
java.lang.Object
ghidra.app.plugin.processors.generic.Offset
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Offset- Throws:
- SledException
 
- 
Offset
 
- 
- 
Method Details- 
setRelativeOffsetMethod setRelativeOffset.- Parameters:
- opHash-
- Throws:
- SledException
 
- 
getOffsetMethod 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
 
 
-