Instructions.without_callee_function_name()
Adds a filter to get instructions that don't call a function with the given name.
without_callee_function_name(name: str, sensitivity: bool = True) β
Instructions
Query Example
Output Example
PreviousInstructions.with_one_of_callee_function_names()NextInstructions.without_callee_function_names()
Last updated