Instructions.low_level_static_calls()

Returns a list of all low level static call instructions.

low_level_static_calls() → Instructions

Query Example

from glider import *


def query():
  return Instructions().low_level_static_calls().exec(3)

Example Output

Last updated