angr.engines.syscall¶
- class angr.engines.syscall.SimEngineSyscall¶
Bases:
SuccessorsEngine,ProcedureMixinA SimEngine mixin which adds a successors handling step that checks if a syscall was just requested and if so handles it as a step.
Bases: SuccessorsEngine, ProcedureMixin
A SimEngine mixin which adds a successors handling step that checks if a syscall was just requested and if so handles it as a step.