MethodProp.HAS_CALLEES
from glider import *
def query():
props_included = [MethodProp.HAS_CALLEES]
functions = Functions()\
.with_all_properties(props_included)\
.exec(5)
return functionsOutput

Last updated
from glider import *
def query():
props_included = [MethodProp.HAS_CALLEES]
functions = Functions()\
.with_all_properties(props_included)\
.exec(5)
return functions
Last updated