angr.concretization_strategies.eval

class angr.concretization_strategies.eval.SimConcretizationStrategyEval

Bases: SimConcretizationStrategy

Concretization strategy that resolves an address into some limited number of solutions. Always handles the concretization, but only returns a maximum of limit number of solutions. Therefore, should only be used as the fallback strategy.