reven.api.TaintDiff(object) class documentationreven.api
(View In Hierarchy)
A taint propagation diff. It stores which elements either gain or loss the taint.
| Method | __init__ | Initialize a TaintDiff from a low-level object. Not meant to be called directly. |
| Method | untainted | Property: The list of untainted elements. |
| Method | tainted | Property: The list of newly tainted elements. |
Initialize a TaintDiff from a low-level object. Not meant to be called directly.
Use Taint.diffs
instead.