reven.api.ConcurrentAccessError - Occurs when a modification to a shared resource is attempted, if another
connection already modified the resource since the cache was last
refreshed.
reven.api.InspectorExecutionsAfterWrite - This inspector tracks executions of the memory addresses that have been
written to, to detect *execute-after-write* like in self-modifying code. It
requires inspector memory_range_history.
reven.api.InspectorMemoryHistory - This inspector tracks the history of all memory accesses. Activating it
is highly recommended.
reven.api.Report - A report given by inspectors about an execution. Can signal: - potential
bugs detected in the trace (such as *use-after-free*s). -
*execute-after-write*s