r.a.Taint(object) : class documentation

Part of reven.api View In Hierarchy

The result of a taint propagation on a trace.

Method __init__ Undocumented
Method status The taint status.
Method last_point The last point reached while propagating the taint.
Method diffs The taint propagation links. @return: a dict mapping instruction Point and their effects TaintDiff on the taint.
def __init__(self, trc, rvn_taint):
Undocumented
@property
def status(self):

The taint status.

@property
def last_point(self):

The last point reached while propagating the taint.

@property
def diffs(self):

The taint propagation links.

Returnsa dict mapping instruction Point and their effects TaintDiff on the taint.
API Documentation for reven, generated by pydoctor at 2017-01-20 15:13:29.