From 47fdada063321c0d812e93fe42601a72c5043361 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Tue, 21 Jun 2022 17:26:08 -0700 Subject: [PATCH] Create delegatecall-notes.md --- Smart-Contract-Security/delegatecall-notes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Smart-Contract-Security/delegatecall-notes.md diff --git a/Smart-Contract-Security/delegatecall-notes.md b/Smart-Contract-Security/delegatecall-notes.md new file mode 100644 index 0000000..2b34039 --- /dev/null +++ b/Smart-Contract-Security/delegatecall-notes.md @@ -0,0 +1,12 @@ +# Attacks via code injection with `DELEGATECALL` + +
+ + + +### Learning resources + +
+ +* [SWC docs on DELEGATECALL](https://swcregistry.io/docs/SWC-112) +* [Sigma Prime post on DELEGATECALL](https://blog.sigmaprime.io/solidity-security.html#delegatecall)