Instructions.low_level_external_calls()
Returns a list of the functions calls instructions
Query Example
from glider import *
def query():
return Instructions().low_level_external_calls().exec(3)Example Output

Last updated