blockchains-security-toolkit/Smart-Contract-Security/delegatecall-notes.md
2022-06-21 17:26:08 -07:00

12 lines
255 B
Markdown

# Attacks via code injection with `DELEGATECALL`
<br>
### Learning resources
<br>
* [SWC docs on DELEGATECALL](https://swcregistry.io/docs/SWC-112)
* [Sigma Prime post on DELEGATECALL](https://blog.sigmaprime.io/solidity-security.html#delegatecall)