Class VarnodeData
java.lang.Object
ghidra.app.plugin.processors.sleigh.VarnodeData
All the resolved pieces of data needed to build a Varnode
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
space
-
offset
public long offset -
size
public int size
-
-
Constructor Details
-
VarnodeData
public VarnodeData()
-
-
Method Details
-
encode
Encode the data to stream as an<addr>
element- Parameters:
encoder
- is the stream encoder- Throws:
IOException
- for errors writing to the underlying stream
-