angr.engines.unicorn

class angr.engines.unicorn.SimEngineUnicorn

Bases: SuccessorsEngine

Concrete execution in the Unicorn Engine, a fork of qemu.

Responds to the following parameters in the step stack:

  • step: How many basic blocks we want to execute

  • extra_stop_points: A collection of addresses at which execution should halt

__init__(project)
Parameters:

project (Project)