Package ghidra.taint.gui.field
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDynamicTableColumn<ghidra.app.plugin.core.debug.gui.register.RegisterRow, ?, ?> create()
-
Field Details
-
PROP_NAME
- See Also:
-
COL_NAME
- See Also:
-
-
Constructor Details
-
TaintDebuggerRegisterColumnFactory
public TaintDebuggerRegisterColumnFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceghidra.app.plugin.core.debug.gui.register.DebuggerRegisterColumnFactory
-