Instructions.with_callee_function_name_suffix()
with_callee_function_name_suffix(suffix: str, sensitivity: bool = True) β
Instructions
Adds a filter to get instructions that call a function whose name has the given suffix.
Return type
β
Instructions
Query Example
Output Example
PreviousInstructions.with_callee_function_name_prefix()NextInstructions.with_callee_function_signature()
Last updated