Class ApplyVtableDefinitionsBackgroundCmd

java.lang.Object
ghidra.framework.cmd.BackgroundCommand
cppclassanalyzer.cmd.ApplyVtableDefinitionsBackgroundCmd
All Implemented Interfaces:
Command

public class ApplyVtableDefinitionsBackgroundCmd
extends BackgroundCommand
BackgroundCommand to apply virtual function definitions to the functions pointed to in the provided vtable.
  • Constructor Details

    • ApplyVtableDefinitionsBackgroundCmd

      public ApplyVtableDefinitionsBackgroundCmd​(Vtable vtable, ArchivedVtable archived)
      Constructs a new ApplyVtableDefinitionsBackgroundCmd
      Parameters:
      vtable - the vtable to apply the definitions to
      archived - the archived vtable
  • Method Details