Class Offset
java.lang.Object
ghidra.app.plugin.processors.generic.Offset
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Offset
- Throws:
SledException
-
Offset
-
-
Method Details
-
setRelativeOffset
Method setRelativeOffset.- Parameters:
opHash
-- Throws:
SledException
-
getOffset
Method getOffset.- Parameters:
buf
- - a MemBuffer of bytes to parseoff
- - 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
-