angr.engines.soot.expressions.newArray

class angr.engines.soot.expressions.newArray.SimSootExpr_NewArray

Bases: SimSootExpr

static new_array(state, element_type, size)

Allocates a new array in memory and returns the reference to the base.