angr.knowledge_plugins.functions.soot_function

class angr.knowledge_plugins.functions.soot_function.SootFunction

Bases: Function

A representation of a function and various information about it.

__init__(function_manager, addr, name=None, syscall=None)

Function constructor for Soot

Parameters:
  • addr – The address of the function.

  • name – (Optional) The name of the function.

  • syscall – (Optional) Whether this function is a syscall or not.