Instructions.with_callee_function_name()
Adds a filter to get Instructions that call a function with the given name.
PreviousInstructions.with_all_callee_function_names()NextInstructions.with_callee_function_name_prefix()
Last updated
Adds a filter to get Instructions that call a function with the given name.
Last updated
with_callee_function_name(name: str, sensitivity: bool = True) →
Instructions