Skip to content

Commit ad38d20

Browse files
committed
update
1 parent 798a308 commit ad38d20

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

_bibliography/papers.bib

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,24 @@ @inproceedings{liu2024using
102102
year={2024}
103103
}
104104

105+
@inproceedings{zhang2024mtdscout,
106+
abbr={EuroS\&P},
107+
selected={true},
108+
bibtex_show={true},
109+
title={MtdScout: Complementing the Identification of Insecure Methods in Android Apps via Source-to-Bytecode Signature Generation and Tree-based Layered Search},
110+
author={Zhang, Zicheng and Ma, Haoyu and Wu, Daoyuan and Gao, Debin and Yi, Xiao and Chen, Yufan and Wu, Yan and Jiang, Lingxiao},
111+
booktitle={Proc. IEEE European Symposium on Security and Privacy (EuroS\&P)},
112+
year={2024}
113+
}
114+
105115
@inproceedings{sun2024gptscan,
106116
abbr={ICSE},
107117
selected={true},
108118
bibtex_show={true},
109119
title={GPTScan: Detecting Logic Vulnerabilities in Smart Contracts by Combining GPT with Program Analysis},
110120
author={Sun, Yuqiang and Wu, Daoyuan and Xue, Yue and Liu, Han and Wang, Haijun and Xu, Zhengzi and Xie, Xiaofei and Liu, Yang},
111121
booktitle={Proc. IEEE/ACM Conference on Software Engineering (ICSE)},
112-
year={2024},
122+
year={2024}
113123
}
114124

115125
@inproceedings{fang2023beyond,
@@ -127,8 +137,28 @@ @inproceedings{yi2023blockscope
127137
abbr={NDSS},
128138
selected={true},
129139
bibtex_show={true},
130-
title={BlockScope: Detecting and investigating propagated vulnerabilities in forked blockchain projects},
140+
title={BlockScope: Detecting and Investigating Propagated Vulnerabilities in Forked Blockchain Projects},
131141
author={Yi, Xiao and Fang, Yuzhou and Wu, Daoyuan and Jiang, Lingxiao},
132142
booktitle={Proc. ISOC Network and Distributed System Security Symposium (NDSS)},
133143
year={2023}
134144
}
145+
146+
@inproceedings{yi2022empirical,
147+
abbr={FSE},
148+
selected={true},
149+
bibtex_show={true},
150+
title={An Empirical Study of Blockchain System Vulnerabilities: Modules, Types, and Patterns},
151+
author={Yi, Xiao and Wu, Daoyuan and Jiang, Lingxiao and Fang, Yuzhou and Zhang, Kehuan and Zhang, Wei},
152+
booktitle={Proc. ACM Symposium on the Foundations of Software Engineering (FSE)},
153+
year={2022}
154+
}
155+
156+
@inproceedings{wu2021program,
157+
abbr={DSN},
158+
selected={true},
159+
bibtex_show={true},
160+
title={When Program Analysis Meets Bytecode Search: Targeted and Efficient Inter-procedural Analysis of Modern Android Apps in BackDroid},
161+
author={Wu, Daoyuan and Gao, Debin and Deng, Robert H and KC, Chang Rocky},
162+
booktitle={Proc. IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)},
163+
year={2021}
164+
}

0 commit comments

Comments
 (0)