SleighLanguage

Package: ghidra.app.plugin.processors.sleigh
Type: class

11.1_PUBLIC

removedfield: SLA_FORMAT_VERSION
static int SLA_FORMAT_VERSION

10.2.3_PUBLIC

modifiedmethod: getDefaultSymbols
return type: List → List
- java.util.List<ghidra.program.model.util.AddressLabelInfo> getDefaultSymbols()
+ java.util.List<ghidra.program.model.lang.AddressLabelInfo> getDefaultSymbols()

10.2_PUBLIC

addedmethod: encodeTranslator
void encodeTranslator(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.address.AddressFactory factory, long uniqueOffset) throws IOException
addedmethod: getRegisterAddresses
ghidra.program.model.address.AddressSetView getRegisterAddresses()
removedmethod: buildTranslatorTag
java.lang.String buildTranslatorTag(ghidra.program.model.address.AddressFactory factory, long uniqueOffset, ghidra.app.plugin.processors.sleigh.symbol.SymbolTable optionalSymTab)

10.0_PUBLIC

addedmethod: getSourceFileIndexer
ghidra.sleigh.grammar.SourceFileIndexer getSourceFileIndexer()
modifiedfield: SLA_FORMAT_VERSION
constant: 2 → 3
- static int SLA_FORMAT_VERSION
+ static int SLA_FORMAT_VERSION
removedmethod: parseSegmentOp
ghidra.program.model.lang.InjectPayloadSleigh parseSegmentOp(ghidra.xml.XmlElement el, ghidra.xml.XmlPullParser parser)

9.2_PUBLIC

addedmethod: getContextRegisters
java.util.List<ghidra.program.model.lang.Register> getContextRegisters()
addedmethod: getRegisterNames
java.util.List<java.lang.String> getRegisterNames()
modifiedmethod: getRegisters
return type: ghidra.program.model.lang.Register[] → List
- ghidra.program.model.lang.Register[] getRegisters()
+ java.util.List<ghidra.program.model.lang.Register> getRegisters()
modifiedmethod: getSortedVectorRegisters
return type: ghidra.program.model.lang.Register[] → List
- ghidra.program.model.lang.Register[] getSortedVectorRegisters()
+ java.util.List<ghidra.program.model.lang.Register> getSortedVectorRegisters()
removedmethod: getDefaultLabels
java.util.List<ghidra.program.model.util.AddressLabelInfo> getDefaultLabels()

9.1_PUBLIC

addedmethod: parseSegmentOp
ghidra.program.model.lang.InjectPayloadSleigh parseSegmentOp(ghidra.xml.XmlElement el, ghidra.xml.XmlPullParser parser)
addedfield: SLA_FORMAT_VERSION
static int SLA_FORMAT_VERSION

9.0.1_PUBLIC

introducedInitial version