angr.ailment.utils¶
- type angr.ailment.utils.GetBitsTypeParams = ailment.expression.Expression¶
- angr.ailment.utils.get_bits(expr)¶
- Return type:
- Parameters:
expr (GetBitsTypeParams)
- angr.ailment.utils.is_none_or_likeable(arg1, arg2, is_list=False)¶
Returns whether two things are both None or can like each other
- angr.ailment.utils.is_none_or_matchable(arg1, arg2, is_list=False)¶
Returns whether two things are both None or can match each other