SimpleBlockModel

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

9.0.2_PUBLIC

addedmethod: createSimpleDataBlock
ghidra.program.model.block.CodeBlock createSimpleDataBlock(ghidra.program.model.address.Address start, ghidra.program.model.address.Address end)
addedfield: emptyArray
static ghidra.program.model.block.CodeBlock[] emptyArray
addedfield: followIndirectFlows
static boolean followIndirectFlows
addedfield: foundBlockMap
ghidra.program.model.address.AddressObjectMap foundBlockMap
addedmethod: getListing
ghidra.program.model.listing.Listing getListing()
addedmethod: hasEndOfBlockFlow
boolean hasEndOfBlockFlow(ghidra.program.model.listing.Instruction instr)
addedfield: includeExternals
boolean includeExternals
addedmethod: isBlockStart
boolean isBlockStart(ghidra.program.model.address.Address addr)
addedfield: listing
ghidra.program.model.listing.Listing listing
addedfield: program
ghidra.program.model.listing.Program program
addedfield: referenceMgr
ghidra.program.model.symbol.ReferenceManager referenceMgr

9.0.1_PUBLIC

introducedInitial version