Browse Source

add paper titles

master
nitowa 6 months ago
parent
commit
3fe52a02ee
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      papers/README.md

+ 4
- 2
papers/README.md View File

@@ -1,24 +1,26 @@
1
-
2
-
3 1
 # Papers
4 2
 ## "arbitrary write" (Choi et al., 2021)
5 3
 
4
+- title: SMARTIAN: Enhancing Smart Contract Fuzzingwith Static and Dynamic Data-Flow Analyses
6 5
 - from: [IEEE](https://ieeexplore.ieee.org/document/9678888)
7 6
 - file: [PDF](choi-ase2021.pdf)
8 7
 
9 8
 ## "buffer-overwrite" (Pani et al., 2023)
10 9
 
10
+- title: SmartFuzzDriverGen: Smart ContractFuzzing Automation for Golang
11 11
 - from: [ACM](https://dl.acm.org/doi/fullHtml/10.1145/3578527.3578538)
12 12
 - file: [PDF](SmartFuzzDriverGen_ Smart Contract Fuzzing Automation for Golang.pdf)
13 13
 
14 14
 ## "storage modification" (Krupp and Rossow, 2018)
15 15
 
16
+- title: teEther: Gnawing at Ethereum to Automatically Exploit Smart Contracts
16 17
 - from: [Usenix](https://www.usenix.org/conference/usenixsecurity18/presentation/krupp)
17 18
 - talk: [Youtube](https://www.youtube.com/watch?v=mW4jQzPVP_A)
18 19
 - file: [PDF](sec18-krupp.pdf)
19 20
 
20 21
 ## "unrestricted write" (Tsankov et al., 2018)
21 22
 
23
+- title: Securify: Practical Security Analysis of Smart Contracts
22 24
 - from: [ACM](https://dl.acm.org/doi/10.1145/3243734.3243780)
23 25
 - talk: On ACM page
24 26
 - file: [PDF](Securify Practical Security Analysis of Smart Contracts.pdf)

Loading…
Cancel
Save