angr.engines.procedure¶
- class angr.engines.procedure.ProcedureMixin¶
Bases:
objectA mixin for SimEngine which adds the
process_proceduremethod for calling a SimProcedure and adding its results to a SimSuccessors.- process_procedure(state, successors, procedure, ret_to=None, arguments=None, **kwargs)¶
- class angr.engines.procedure.ProcedureEngine¶
Bases:
ProcedureMixin,SuccessorsEngineA SimEngine that you may use if you only care about processing SimProcedures. Requires the procedure kwarg to be passed to process.