|
@@ -1,41 +1,52 @@
|
1
|
|
-\begin{thebibliography}{1}
|
2
|
|
-
|
3
|
|
-\bibitem{smartian}
|
4
|
|
-Jaeseung Choi, Doyeon Kim, Soomin Kim, Gustavo Grieco, Alex Groce, and Sang~Kil
|
5
|
|
- Cha.
|
6
|
|
-\newblock Smartian: Enhancing smart contract fuzzing with static and dynamic
|
7
|
|
- data-flow analyses.
|
8
|
|
-\newblock In {\em 2021 36th IEEE/ACM International Conference on Automated
|
9
|
|
- Software Engineering (ASE)}, pages 227--239, 2021.
|
10
|
|
-
|
11
|
|
-\bibitem{doughoyte}
|
12
|
|
-doughoyte.
|
13
|
|
-\newblock Merdetoken: It's some hot shit.
|
14
|
|
-\newblock
|
15
|
|
- \url{https://github.com/Arachnid/uscc/tree/master/submissions-2017/doughoyte}
|
16
|
|
- [Accessed: Oct. 27th 2023].
|
17
|
|
-
|
18
|
|
-\bibitem{teether}
|
19
|
|
-Johannes Krupp and Christian Rossow.
|
20
|
|
-\newblock {teEther}: Gnawing at ethereum to automatically exploit smart
|
21
|
|
- contracts.
|
22
|
|
-\newblock In {\em 27th USENIX Security Symposium (USENIX Security 18)}, pages
|
23
|
|
- 1317--1333, Baltimore, MD, August 2018. USENIX Association.
|
24
|
|
-
|
25
|
|
-\bibitem{fuzzdrivegen}
|
26
|
|
-Siddhasagar Pani, Harshita~Vani Nallagonda, Vigneswaran, Raveendra~Kumar
|
27
|
|
- Medicherla, and Rajan M.
|
28
|
|
-\newblock Smartfuzzdrivergen: Smart contract fuzzing automation for golang.
|
29
|
|
-\newblock In {\em Proceedings of the 16th Innovations in Software Engineering
|
30
|
|
- Conference}, ISEC '23, New York, NY, USA, 2023. Association for Computing
|
31
|
|
- Machinery.
|
32
|
|
-
|
33
|
|
-\bibitem{securify}
|
34
|
|
-Petar Tsankov, Andrei Dan, Dana Drachsler-Cohen, Arthur Gervais, Florian
|
35
|
|
- B\"{u}nzli, and Martin Vechev.
|
36
|
|
-\newblock Securify: Practical security analysis of smart contracts.
|
37
|
|
-\newblock In {\em Proceedings of the 2018 ACM SIGSAC Conference on Computer and
|
38
|
|
- Communications Security}, CCS '18, page 67–82, New York, NY, USA, 2018.
|
39
|
|
- Association for Computing Machinery.
|
40
|
|
-
|
41
|
|
-\end{thebibliography}
|
|
1
|
+\begin{thebibliography}{1}
|
|
2
|
+
|
|
3
|
+\bibitem{smartian}
|
|
4
|
+Jaeseung Choi, Doyeon Kim, Soomin Kim, Gustavo Grieco, Alex Groce, and Sang~Kil
|
|
5
|
+ Cha.
|
|
6
|
+\newblock Smartian: Enhancing smart contract fuzzing with static and dynamic
|
|
7
|
+ data-flow analyses.
|
|
8
|
+\newblock In {\em 2021 36th IEEE/ACM International Conference on Automated
|
|
9
|
+ Software Engineering (ASE)}, pages 227--239, 2021.
|
|
10
|
+
|
|
11
|
+\bibitem{doughoyte}
|
|
12
|
+doughoyte.
|
|
13
|
+\newblock Merdetoken: It's some hot shit.
|
|
14
|
+\newblock
|
|
15
|
+ \url{https://github.com/Arachnid/uscc/tree/master/submissions-2017/doughoyte}
|
|
16
|
+ [Accessed: Oct. 27th 2023].
|
|
17
|
+
|
|
18
|
+\bibitem{multilayer}
|
|
19
|
+Li~Duan, Yangyang Sun, Ke-Jia Zhang, and Yong Ding.
|
|
20
|
+\newblock Multiple-layer security threats on the ethereum blockchain and their
|
|
21
|
+ countermeasures.
|
|
22
|
+\newblock {\em Security and Communication Networks}, 2022, 02 2022.
|
|
23
|
+
|
|
24
|
+\bibitem{Kalra2018ZEUSAS}
|
|
25
|
+Sukrit Kalra, Seep Goel, Mohan Dhawan, and Subodh Sharma.
|
|
26
|
+\newblock Zeus: Analyzing safety of smart contracts.
|
|
27
|
+\newblock In {\em Network and Distributed System Security Symposium}, 2018.
|
|
28
|
+
|
|
29
|
+\bibitem{teether}
|
|
30
|
+Johannes Krupp and Christian Rossow.
|
|
31
|
+\newblock {teEther}: Gnawing at ethereum to automatically exploit smart
|
|
32
|
+ contracts.
|
|
33
|
+\newblock In {\em 27th USENIX Security Symposium (USENIX Security 18)}, pages
|
|
34
|
+ 1317--1333, Baltimore, MD, August 2018. USENIX Association.
|
|
35
|
+
|
|
36
|
+\bibitem{fuzzdrivegen}
|
|
37
|
+Siddhasagar Pani, Harshita~Vani Nallagonda, Vigneswaran, Raveendra~Kumar
|
|
38
|
+ Medicherla, and Rajan M.
|
|
39
|
+\newblock Smartfuzzdrivergen: Smart contract fuzzing automation for golang.
|
|
40
|
+\newblock In {\em Proceedings of the 16th Innovations in Software Engineering
|
|
41
|
+ Conference}, ISEC '23, New York, NY, USA, 2023. Association for Computing
|
|
42
|
+ Machinery.
|
|
43
|
+
|
|
44
|
+\bibitem{securify}
|
|
45
|
+Petar Tsankov, Andrei Dan, Dana Drachsler-Cohen, Arthur Gervais, Florian
|
|
46
|
+ B\"{u}nzli, and Martin Vechev.
|
|
47
|
+\newblock Securify: Practical security analysis of smart contracts.
|
|
48
|
+\newblock In {\em Proceedings of the 2018 ACM SIGSAC Conference on Computer and
|
|
49
|
+ Communications Security}, CCS '18, page 67–82, New York, NY, USA, 2018.
|
|
50
|
+ Association for Computing Machinery.
|
|
51
|
+
|
|
52
|
+\end{thebibliography}
|