Class TaintDebuggerRegisterColumnFactory

java.lang.Object
ghidra.taint.gui.field.TaintDebuggerRegisterColumnFactory
All Implemented Interfaces:
ghidra.app.plugin.core.debug.gui.register.DebuggerRegisterColumnFactory, ExtensionPoint

public class TaintDebuggerRegisterColumnFactory extends Object implements ghidra.app.plugin.core.debug.gui.register.DebuggerRegisterColumnFactory
A factory for the "Taint" column in the "Registers" panel

For the most part, this is just a matter of accessing the property map and rendering the value on screen.

  • Field Details

  • Constructor Details

    • TaintDebuggerRegisterColumnFactory

      public TaintDebuggerRegisterColumnFactory()
  • Method Details

    • create

      public DynamicTableColumn<ghidra.app.plugin.core.debug.gui.register.RegisterRow,?,?> create()
      Specified by:
      create in interface ghidra.app.plugin.core.debug.gui.register.DebuggerRegisterColumnFactory