FillOutStructureHelper

Package: ghidra.app.decompiler.util
Type: class

11.2_PUBLIC

addedmethod: computeHighVariable
ghidra.program.model.pcode.HighVariable computeHighVariable(ghidra.program.model.address.Address storageAddress, ghidra.program.model.listing.Function function, ghidra.app.decompiler.DecompInterface decomplib)
addedmethod: processStructure
ghidra.program.model.data.Structure processStructure(ghidra.program.model.pcode.HighVariable var, ghidra.program.model.listing.Function function, boolean createNewStructure, boolean createClassIfNeeded, ghidra.app.decompiler.DecompInterface decomplib)
addedmethod: setUpDecompiler
ghidra.app.decompiler.DecompInterface setUpDecompiler(ghidra.app.decompiler.DecompileOptions options)
removedmethod: computeHighVariable
ghidra.program.model.pcode.HighVariable computeHighVariable(ghidra.program.model.address.Address storageAddress, ghidra.program.model.listing.Function function)
removedmethod: processStructure
ghidra.program.model.data.Structure processStructure(ghidra.program.model.pcode.HighVariable var, ghidra.program.model.listing.Function function, boolean createNewStructure, boolean createClassIfNeeded)

11.1_PUBLIC

introducedInitial version