angr.engines.soot.expressions.newMultiArray¶
- class angr.engines.soot.expressions.newMultiArray.SimSootExpr_NewMultiArray¶
Bases:
SimSootExpr- static new_array(state, element_type, size, default_value_generator=None)¶
Allocates a new multi array in memory and returns the reference to the base.