Advanced Instructions
Instructions represent the foundation of Solidity contracts. Instructions typically represent a single line of code.
When working on Glider queries, understanding the anatomy of an Instruction becomes critical when wanting to identify security vulnerabilities. In this section, we'll cover the following:
Dissect instructions and understand the anatomy of instructions
Learn about dests and why they are useful
Learn about components, the building blocks of instructions
Finally, we will cover several exercises that cover working with advanced instructions.
Last updated