commit fe429d5ae9aab3b70ba07c918c36ad63413a108c Author: nitowa Date: Wed Oct 18 16:45:19 2023 +0200 add papers diff --git a/papers/README.md b/papers/README.md new file mode 100644 index 0000000..7b90646 --- /dev/null +++ b/papers/README.md @@ -0,0 +1,28 @@ + + +# Papers +## "arbitrary write" (Choi et al., 2021) + +- from: [IEEE](https://ieeexplore.ieee.org/document/9678888) +- file: [PDF](choi-ase2021.pdf) + +## "buffer-overwrite" (Pani et al., 2023) + +- from: [ACM](https://dl.acm.org/doi/fullHtml/10.1145/3578527.3578538) +- file: [PDF](SmartFuzzDriverGen_ Smart Contract Fuzzing Automation for Golang.pdf) + +## "storage modification" (Krupp and Rossow, 2018) + +- from: [Usenix](https://www.usenix.org/conference/usenixsecurity18/presentation/krupp) +- talk: [Youtube](https://www.youtube.com/watch?v=mW4jQzPVP_A) +- file: [PDF](sec18-krupp.pdf) + +## "unrestricted write" (Tsankov et al., 2018) + +- from: [ACM](https://dl.acm.org/doi/10.1145/3243734.3243780) +- talk: On ACM page +- file: [PDF](Securify Practical Security Analysis of Smart Contracts.pdf) + +## "SWC-124: Write to Arbitrary Storage Location" (SmartContractSecurity, 2020) + +- from: [SWCregistry](https://swcregistry.io/docs/SWC-124/) diff --git a/papers/Securify Practical Security Analysis of Smart Contracts.pdf b/papers/Securify Practical Security Analysis of Smart Contracts.pdf new file mode 100755 index 0000000..2bd5b14 Binary files /dev/null and b/papers/Securify Practical Security Analysis of Smart Contracts.pdf differ diff --git a/papers/SmartFuzzDriverGen_ Smart Contract Fuzzing Automation for Golang.pdf b/papers/SmartFuzzDriverGen_ Smart Contract Fuzzing Automation for Golang.pdf new file mode 100755 index 0000000..d5c5d5d Binary files /dev/null and b/papers/SmartFuzzDriverGen_ Smart Contract Fuzzing Automation for Golang.pdf differ diff --git a/papers/choi-ase2021.pdf b/papers/choi-ase2021.pdf new file mode 100644 index 0000000..889d192 Binary files /dev/null and b/papers/choi-ase2021.pdf differ diff --git a/papers/sec18-krupp.pdf b/papers/sec18-krupp.pdf new file mode 100755 index 0000000..2e6fde3 Binary files /dev/null and b/papers/sec18-krupp.pdf differ