Interface TraceExtractor<T extends LatticeAbstractState<T>>

  • Type Parameters:
    T - The type of the states contained in the JVM state. e.g., for taint analysis this would be a SetAbstractState containing the taints and for value analysis a ValueAbstractState.

    public interface TraceExtractor<T extends LatticeAbstractState<T>>
    This interface contains helper methods for producing witness traces.