|
@@ -0,0 +1,28 @@
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+# Papers
|
|
4
|
+## "arbitrary write" (Choi et al., 2021)
|
|
5
|
+
|
|
6
|
+- from: [IEEE](https://ieeexplore.ieee.org/document/9678888)
|
|
7
|
+- file: [PDF](choi-ase2021.pdf)
|
|
8
|
+
|
|
9
|
+## "buffer-overwrite" (Pani et al., 2023)
|
|
10
|
+
|
|
11
|
+- from: [ACM](https://dl.acm.org/doi/fullHtml/10.1145/3578527.3578538)
|
|
12
|
+- file: [PDF](SmartFuzzDriverGen_ Smart Contract Fuzzing Automation for Golang.pdf)
|
|
13
|
+
|
|
14
|
+## "storage modification" (Krupp and Rossow, 2018)
|
|
15
|
+
|
|
16
|
+- from: [Usenix](https://www.usenix.org/conference/usenixsecurity18/presentation/krupp)
|
|
17
|
+- talk: [Youtube](https://www.youtube.com/watch?v=mW4jQzPVP_A)
|
|
18
|
+- file: [PDF](sec18-krupp.pdf)
|
|
19
|
+
|
|
20
|
+## "unrestricted write" (Tsankov et al., 2018)
|
|
21
|
+
|
|
22
|
+- from: [ACM](https://dl.acm.org/doi/10.1145/3243734.3243780)
|
|
23
|
+- talk: On ACM page
|
|
24
|
+- file: [PDF](Securify Practical Security Analysis of Smart Contracts.pdf)
|
|
25
|
+
|
|
26
|
+## "SWC-124: Write to Arbitrary Storage Location" (SmartContractSecurity, 2020)
|
|
27
|
+
|
|
28
|
+- from: [SWCregistry](https://swcregistry.io/docs/SWC-124/)
|