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