Skip to content

Files

Latest commit

0d7e490 · Dec 1, 2022

History

History
5 lines (3 loc) · 485 Bytes

Unsafe_Delegatecall.md

File metadata and controls

5 lines (3 loc) · 485 Bytes

Solidity allows calling external contracts via the DELEGATECALL opcode, which executes the code of an external contract in the persistent context of the present contract. Certain contracts perform DELEGATECALL calls using user-provided call data, which can effectively give full control to an attacker.

-Sigmaprime: delegatecall