Last updated 4 months ago
return_instructions() →
Returns the return instructions of the function.
return
from glider import * def query(): # Fetch a list of functions functions = Functions().exec(10, 10) # Retrieve the return instructions of the first function instruction = functions[0].return_instructions().exec() return instruction
Output:
Instructions