angr.engines.soot.values.instancefieldref¶
- class angr.engines.soot.values.instancefieldref.SimSootValue_InstanceFieldRef¶
Bases:
SimSootValue- __init__(heap_alloc_id, class_name, field_name, type_)¶
- id
- class_name
- field_name
- type
- classmethod from_field_id(heap_alloc_id, field_id)¶
- classmethod from_sootvalue(soot_value, state)¶
- classmethod get_ref(state, obj_alloc_id, field_class_name, field_name, field_type)¶
Resolve the field within the given state.