angr.state_plugins.sim_event¶
- class angr.state_plugins.sim_event.SimEvent¶
Bases:
objectA SimEvent is a log entry for some notable event during symbolic execution. It logs the location it was generated (ins_addr, bbl_addr, stmt_idx, and sim_procedure) as well as arbitrary tags (objects).
You may also be interested in SimAction, which is a specialization of SimEvent for CPU events.
- __init__(state, event_type, **kwargs)¶
- angr.state_plugins.sim_event.resource_event(state, exception)¶