Class TaintFieldLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class TaintFieldLocation extends CodeUnitLocation
This is a ProgramLocation for when the user's cursor is in our "Taint" field

I used the "sample" module's EntropyFieldLocation for reference.

  • Constructor Details

    • TaintFieldLocation

      public TaintFieldLocation(Program program, Address address, int charOffset)
    • TaintFieldLocation

      public TaintFieldLocation()