Models an iterator over taint markers.

For each marker it yields its handle (compact representation of marker) and its name

Warnings

This object is not meant to be constructed directly. It is created by the TaintState or TaintChange

Examples

>>> state = taint.state_at(trace.context_before(10))
>>> for regs, markers in state.tainted_registers():
>>>     # markers is a MarkerIterator
>>>     for handle, name in markers:
>>>         print(name)
tag0
Method __init__ Undocumented
Method __iter__ Undocumented
Method __repr__ Undocumented
def __init__(self, rvn_marker_set, marker_manager):
Undocumented
def __iter__(self):
Undocumented
def __repr__(self):
Undocumented
API Documentation for reven2, generated by pydoctor at 2019-09-11 11:57:21.