Class FillOutStructureCmd

java.lang.Object
ghidra.framework.cmd.BackgroundCommand<Program>
ghidra.app.decompiler.util.FillOutStructureCmd
All Implemented Interfaces:
Command<Program>

public class FillOutStructureCmd extends BackgroundCommand<Program>
Automatically creates a structure definition based on the references found by the decompiler. If the parameter is already a structure pointer, any new references found will be added to the structure, even if the structure must grow.