Instructions.library_calls()
Returns a list of all library call instructions.
Query Example
from glider import *
def query():
return Instructions().library_calls().exec(1,4)Example Output

Last updated
Returns a list of all library call instructions.
from glider import *
def query():
return Instructions().library_calls().exec(1,4)
Last updated