AbstractModularizationCmd

Package: ghidra.app.cmd.module
Type: class

11.1_PUBLIC

addedmethod: applyTo
boolean applyTo(ghidra.program.model.listing.Program p, ghidra.util.task.TaskMonitor taskMonitor)
removedmethod: applyTo
boolean applyTo(ghidra.framework.model.DomainObject obj, ghidra.util.task.TaskMonitor taskMonitor)

9.0.2_PUBLIC

addedmethod: applyModel
void applyModel() throws CancelledException
addedmethod: cleanEmpty
void cleanEmpty() throws NotEmptyException
addedmethod: createCallGraph
ghidra.graph.GDirectedGraph<ghidra.program.model.block.graph.CodeBlockVertex,ghidra.program.model.block.graph.CodeBlockEdge> createCallGraph() throws CancelledException
addedmethod: createFragment
ghidra.program.model.listing.ProgramFragment createFragment(ghidra.program.model.listing.ProgramModule root, ghidra.program.model.block.CodeBlock block)
addedmethod: createModule
ghidra.program.model.listing.ProgramModule createModule(ghidra.program.model.listing.ProgramModule parent, java.lang.String moduleName)
addedfield: destinationModule
ghidra.program.model.listing.ProgramModule destinationModule
addedmethod: makeFragment
void makeFragment(ghidra.program.model.listing.Program p, ghidra.program.model.listing.ProgramModule module, ghidra.program.model.block.graph.CodeBlockVertex vertex)
addedfield: monitor
ghidra.util.task.TaskMonitor monitor
addedfield: program
ghidra.program.model.listing.Program program

9.0.1_PUBLIC

introducedInitial version