Glider
search
โŒ˜Ctrlk
GliderRemedychevron-downCommunity
Glider
  • ๐Ÿš€Glider introduction
  • ๐ŸŽ“Glider: The Basics
  • ๐Ÿ’ซGlider Contest
  • ๐Ÿ”ฎBug Bounty Hunting With Glider
  • pen-lineWriting Queries
  • pen-fancyGlider and Declarative Query Writing
  • plugAPI
    • ๐Ÿ“ŒMain concepts
    • Iterables
    • Contract
    • Contracts
    • Enum
    • Enums
    • Error
    • Errors
    • Event
    • Events
    • Filters
    • Function
    • Functions
    • Modifier
    • Modifiers
    • Callable
    • Callables
    • Instruction
    • Instructions
      • Instructions.asm_block_instructions()
      • Instructions.break_instructions()
      • Instructions.callables_recursive()
      • Instructions.calls()
      • Instruction.catch_instructions()
      • Instructions.continue_instructions()
      • Instructions.delegate_calls()
      • Instructions.delegate_calls_from_assembly()
      • Instructions.delegate_calls_non_assembly()
      • Instructions.end_asm_instructions()
      • Instructions.end_if_instructions()
      • Instructions.end_loop_instructions()
      • Instructions.entry_point_instructions()
      • Instructions.exec()
      • Instructions.expression_instructions()
      • Instructions.external_calls()
      • Instructions.functions()
      • Instructions.functions_recursive()
      • Instructions.high_level_static_calls()
      • Instructions.if_instructions()
      • Instructions.if_loop_instructions()
      • Instructions.internal_calls()
      • Instructions.library_calls()
      • Instructions.low_level_external_calls()
      • Instructions.low_level_static_calls()
      • Instructions.modifiers()
      • Instructions.modifiers_recursive()
      • Instructions.new_contract_instructions()
      • Instructions.new_variable_instructions()
      • Instructions.placeholder_instructions()
      • Instructions.return_instructions()
      • Instructions.start_asm_instructions()
      • Instructions.start_loop_instructions()
      • Instructions.throw_instructions()
      • Instructions.try_instructions()
      • Instructions.with_all_callee_names()
      • Instructions.with_callee_name()
      • Instructions.with_callee_name_prefix()
      • Instructions.with_callee_name_suffix()
      • Instructions.with_callee_signature()
      • Instructions.with_globals()
      • Instructions.with_one_of_callee_names()
      • Instructions.with_operators()
      • Instructions.without_callee_name()
      • Instructions.without_callee_names()
    • Value
    • Point
    • Variables
    • Struct
    • StructField
    • Structs
    • Internal
  • playGlider Usage
  • map-location-dotRoadmap
  • web-awesomeComparison with other tools
  • road-barrierLimitations
  • list-checkChangelog
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. plugAPI

Instructions

The aim of this class is to filter instructions with some properties.

Bases: Queryable

Instructions.CALLEESchevron-rightInstructions.calls()chevron-rightInstructions.delegate_calls()chevron-rightInstructions.delegate_calls_from_assembly()chevron-rightInstructions.delegate_calls_non_assembly()chevron-rightInstructions.delegate_calls_non_assembly()chevron-rightInstructions.entry_point_instructions()chevron-rightInstructions.exec()chevron-rightInstructions.external_calls()chevron-rightInstructions.functions()chevron-rightInstructions.high_level_static_calls()chevron-rightInstructions.if_instructions()chevron-rightInstructions.internal_calls()chevron-rightInstructions.library_calls()chevron-rightInstructions.low_level_external_calls()chevron-rightInstructions.low_level_static_calls()chevron-rightInstructions.modifiers()chevron-rightInstructions.with_callee_name()chevron-rightInstructions.without_callee_names()chevron-rightInstructions.with_callee_name_prefix()chevron-rightInstructions.with_callee_name_suffix()chevron-rightInstructions.with_callee_signature()chevron-right
PreviousTryInstruction.get_block_instructions()chevron-leftNextInstructions.asm_block_instructions()chevron-right

Last updated 1 year ago