Package ghidra.taint.gui.field
Class TaintFieldLocation
java.lang.Object
ghidra.program.util.ProgramLocation
ghidra.program.util.CodeUnitLocation
ghidra.taint.gui.field.TaintFieldLocation
- All Implemented Interfaces:
Cloneable,Comparable<ProgramLocation>
This is a
ProgramLocation for when the user's cursor is in our "Taint" field
I used the "sample" module's EntropyFieldLocation for reference.
-
Field Summary
Fields inherited from class ghidra.program.util.ProgramLocation
addr, program, refAddr -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ghidra.program.util.CodeUnitLocation
isValidMethods inherited from class ghidra.program.util.ProgramLocation
clone, compareAddr, compareTo, equals, getAddress, getByteAddress, getCharOffset, getColumn, getComponentPath, getLocation, getProgram, getRefAddress, getRow, getTranslatedCopy, hashCode, restoreState, saveState, toString
-
Constructor Details
-
TaintFieldLocation
-
TaintFieldLocation
public TaintFieldLocation()
-