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.

transition_graph
normalized
previous_names
addr
binary_name
bp_on_stack
retaddr_on_stack
sp_delta
startpoint
tags
evicted: bool
from_signature: str | None
is_default_name
meta_only: bool
ran_cca