PcodeFactory

Package: ghidra.program.model.pcode
Type: class

10.2_PUBLIC

addedmethod: getJoinAddress
ghidra.program.model.address.Address getJoinAddress(ghidra.program.model.listing.VariableStorage storage)
addedmethod: getJoinStorage
ghidra.program.model.listing.VariableStorage getJoinStorage(ghidra.program.model.pcode.Varnode[] pieces) throws InvalidInputException
addedmethod: setVolatile
void setVolatile(ghidra.program.model.pcode.Varnode vn, boolean val)
removedmethod: createFromStorage
ghidra.program.model.pcode.Varnode createFromStorage(ghidra.program.model.address.Address addr, ghidra.program.model.listing.VariableStorage storage, int logicalSize)
removedmethod: readXMLVarnodePieces
ghidra.program.model.listing.VariableStorage readXMLVarnodePieces(ghidra.xml.XmlElement el, ghidra.program.model.address.Address addr) throws PcodeXMLException, InvalidInputException

10.0_PUBLIC

addedmethod: setPersistent
void setPersistent(ghidra.program.model.pcode.Varnode vn, boolean val)
removedmethod: setPersistant
void setPersistant(ghidra.program.model.pcode.Varnode vn, boolean val)

9.2_PUBLIC

addedmethod: getSymbol
ghidra.program.model.pcode.HighSymbol getSymbol(long symbolId)
removedmethod: getSymbol
ghidra.program.model.pcode.HighSymbol getSymbol(int symbolId)

9.0.2_PUBLIC

introducedInitial version