Package proguard.analysis.cpa.domain.taint
package proguard.analysis.cpa.domain.taint
-
ClassesClassDescriptionA
TaintSinkspecifies a sink for the taint analysis.ATaintSourcespecifies a method which can taint any (subset) of the following: the instance, the return value, the argument objects, or static fields.