-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (220 loc) · 11.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<html xmlns="http://www.w3.org/1999/html">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2J23RK0R02"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-2J23RK0R02');
</script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="homepage">
<link rel="stylesheet" type="text/css" href="
style.css">
<script src="auto.js"></script>
</head>
<body>
<div class="content">
<table align=center cellpadding=35>
<tr>
<td>
<img src="img/profile.jpg" width="200" alt="Photo">
<figcaption>2021 in Rennes, photoed by Dr. <a href="https://yichangwang.github.io/">Yichang Wang</a> </figcaption>
</Td>
<td>
<img src="img/chinasoft2024.jpg" width="300" alt="Photo">
<figcaption>2024 in Xi'an ChinaSoft </a> </figcaption>
</Td>
<Td>
<H2>Shenghao YUAN </H2> Researcher, Zhejiang University <br> <!--
<br>School of Cyber Science and Technology<br>
<a href="https://www.zju.edu.cn/english/">Zhejiang University</a> -->
<br> Email:
<a href = "mailto: shenghao.yuan@inria.fr">shenghao.yuan@inria.fr</a> /
<a href = "mailto: nuaaysh@126.com">nuaaysh@126.com</a>
<br>
<br> Software:
<a href="https://gitlab.inria.fr/X-Syuan">GitLab</a> /
<a href="https://github.com/shenghaoyuan">GitHub</a>
<br>
<br>
<a
id="cy-effective-orcid-url"
class="underline"
href="https://orcid.org/0000-0002-8467-5827"
target="orcid.widget"
rel="me noopener noreferrer"
style="vertical-align: top">
<img
src="https://orcid.org/sites/default/files/images/orcid_16x16.png"
style="width: 1em; margin-inline-start: 0.5em"
alt="ORCID iD icon"/>
https://orcid.org/0000-0002-8467-5827
</a>
<br>
<br>
</td>
</tr>
</table>
<hr>
<center>
[ <a href="#education">
<big>
<b>Education</b>
</big>
</a>]
[ <a href="#research">
<big>
<b>Research</b>
</big>
</a>]
[ <a href="#project">
<big>
<b>Projects</b>
</big>
</a>]
[ <a href="#publication">
<big>
<b>Publications</b>
</big>
</a>]
</center>
<hr noShade size=3.5>
<a name="education"></a>
<h3>Education</h3>
<ul>
<li class="item">
<a>Undergraduate. Sept.2013 - Jun.2017, Software Engineering</a>
<ul>
<li class="item"> College of Computer Science and Technology (CCST),
Nanjing University of Aeronautics and Astronautics (NUAA), China
</li>
</ul>
</li>
<li class="item">
<a>Master. Sept.2017 - Apr.2020, Software Engineering (supervised by Prof. <a href="https://faculty.nuaa.edu.cn/yangzhibin/zh_CN/index.htm">Zhibin Yang</a>) </a>
<ul>
<li class="item"> College of Computer Science and Technology (CCST),
Nanjing University of Aeronautics and Astronautics (NUAA), China
</li>
</ul>
</li>
<li class="item">
<a>PhD. Sept.2020 - Dec.2023, Computer Science (Co-advisors: <a href="https://www.irisa.fr/prive/talpin/">Jean-Pierre Talpin</a> and <a href="https://people.rennes.inria.fr/Frederic.Besson/">Frédéric Besson</a>)</a>
<ul>
<li class="item"> The Time, Events and Architectures(TEA) team,
Université de Rennes / Inria-Rennes, Franch
</li>
</ul>
</li>
</ul>
<hr noShade size=3.5>
<a name="research"></a>
<h3>Research Interests</h3> I am interested in theorem proving (Coq and Isabelle/HOL), compiler/OS formal verification. Especially, Linux eBPF-related verification~ <ul>
</ul>
<h3>Current Research</h3>
<ul>
<li class="item">
<a>Compiler Verification (CompCert-related)</a>
<ul>
<li class="item">
From Coq to C [<a href="https://doi.org/10.1007/978-3-031-13188-2_15">CAV2022</a>]
</li>
<li class="item">
JIT (Just-In-Time) Compiler [<a href="https://link.springer.com/chapter/10.1007/978-3-031-65627-9_16">CAV2024</a>]
</li>
<li class="item">
EVM JIT Compiler (TBC)
</li>
</ul>
</li>
<li class="item">
<a>OS/VM Verification</a>
<ul>
<li class="item">
RIOT-OS rBPF VM [<a href="https://dl.acm.org/doi/abs/10.1145/3528535.3565242">MIDDLEWARE2022</a>], bootloader [<a href="https://ieeexplore.ieee.org/document/9814956">MEMOCODE2021</a>]
</li>
<li class="item">
<a href="https://github.com/solana-labs/rbpf">Solana Blockchain VM</a> [<a href="https://link.springer.com/chapter/10.1007/978-981-96-0602-3_11">SETTA2024</a>, <a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/publications/OOPSLA2025.pdf">OOPSLA2025</a>]
</li>
<li class="item">
Linux eBPF (WIP)
</li>
</ul>
<li class="item">
<a>Model-driven development</a>
<ul>
<li class="item">
AADL / Synchronous Lanuage [<a href="https://doi.org/10.1016/j.scico.2021.102644">SCP2021</a>]
</li>
</ul>
</li>
</ul>
<hr noShade size=3.5>
<a name="project"></a>
<h3>Projects</h3> I join the <a href="https://trust2proj.github.io/">TRust<sup>2</sup></a> project currently, working on formal verification of Rust. The Solana verification is a part of TRust<sup>2</sup>: the Solana eBPF VM is a real-world Rust case study.
<ul>
<li class="item">
<a>2025-01 to 2025-12: <b>End-to-end formal verification of Solana eBPF JIT Compiler</b> (<a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/projects/solana_jit_rust_overview.png">Overivew</a>) [<a href="https://www.ccf.org.cn/Collaboration/Enterprise_Fund/News/hw/2024-10-31/832702.shtml">2024CCF-Huawei Populus Grove Fund: Formal Method Track (News in Chinese)</a>] </a>
<ul>
<li class="item">
Task-1: verify Solana x64 JIT compiler in Isabelle/HOL
</li>
<li class="item">
Task-2: implement a parser (from Rust MIR to Isabelle/HOL) in Rust
</li>
</ul>
</li>
</ul>
<hr noShade size=3.5>
<a name="publication"></a>
<h3>Selected Publications [<a href="https://dblp.org/pid/264/2591.html">DBLP</a>] [<a href="https://scholar.google.com/citations?user=jL24x3sAAAAJ&hl=en">Google Scholar</a>] (* = corresponding author) </h3>
<ul>
<li style="margin-bottom: 10px;">
<a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/publications/OOPSLA2025.pdf">OOPSLA2025: A complete formal semantics of eBPF instruction set architecture for Solana</a>
<br><b>Shenghao Yuan</b>, Zhuoruo Zhang, Jiayi Lu, David Sanan, Rui Chang, Yongwang Zhao <br>
In ACM SIGPLAN International Conference on Object-Oriented Programming Systems, Languages, and Applications (CCF-A conf) [<a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/publications/OOPSLA2025.pdf">local copy</a>]
</li>
<li style="margin-bottom: 10px;">
<a href="https://link.springer.com/chapter/10.1007/978-981-96-0602-3_11">SETTA2024: Formalizing x86-64 ISA in Isabelle/HOL: A Binary Semantics for eBPF JIT Correctness</a>
<br>Jiayi Lu, <b>Shenghao Yuan*</b>, David Sanan, Yongwang Zhao <br>
In 10th Symposium on Dependable Software Engineering: Theories, Tools and Applications (CCF-C conf) [<a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/publications/SETTA24.pdf">local copy</a>]
</li>
<li style="margin-bottom: 10px;">
<a href="https://link.springer.com/chapter/10.1007/978-3-031-65627-9_16">CAV2024: End-to-end Mechanized Proof of a JIT-accelerated eBPF Virtual Machine for IoT</a>
<br><b>Shenghao Yuan*</b>, Frédéric Besson, Jean-Pierre Talpin <br>
In 36th International Conference on Computer-Aided Verification (CCF-A conf) [<a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/publications/CAV2024.pdf">local copy</a>]
</li>
<li style="margin-bottom: 10px;">
<a href="https://link.springer.com/chapter/10.1007/978-981-99-8664-4_22">SETTA2023: Making an eBPF Virtual Machine Faster on Microcontrollers: Verified Optimization and Proof Simplification</a>
<br><b>Shenghao Yuan*</b>, Benjamin Lion, Frédéric Besson, Jean-Pierre Talpin <br>
In 9th Symposium on Dependable Software Engineering: Theories, Tools and Applications (CCF-C conf) [<a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/publications/SETTA23_draft.pdf">local copy</a>]
<br>(An invited extension to Journal of Systems Architecture, CCF-B journal) <br>
</li>
<li style="margin-bottom: 10px;">
<a href="https://link.springer.com/chapter/10.1007/978-3-031-13188-2_15">CAV2022: End-to-end Mechanised Proof of an eBPF Virtual Machine for Microcontrollers</a>
<br><b>Shenghao Yuan*</b>, Frédéric Besson, Jean-Pierre Talpin, Samuel Hym, Koen Zandberg, Emmanuel Baccelli <br>
In 34th International Conference on Computer-Aided Verification (CCF-A conf) [<a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/publications/CAV2022.pdf">local copy</a>] [<a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/publications/CAV22_0809.pptx">slide</a>]
</li>
<li style="margin-bottom: 10px;">
<a href="https://www.sciencedirect.com/science/article/abs/pii/S016764232100037X">SCP2021: Multi-task Ada code generation from synchronous dataflow programs on multi-core: Approach and industrial study</a>
<br>Zhibin Yang*, <b>Shenghao Yuan</b>, Jean-Paul Bodeveix, Mamoun Filali, Tiexin Wang, Yong Zhou <br>
Science of Computer Programming (CCF-B journal) [<a href="https://github.com/shenghaoyuan/shenghaoyuan.github.io/blob/master/publications/scpmain.pdf">local copy</a>]
</li>
</ul>
<hr noShade size=3.5>
<a name="xxx"></a> Visitors: <span id="busuanzi_value_site_pv"></span>
<p align="center">
<a href="https://clustrmaps.com/site/1c34d" title="Visit tracker"><img src="//www.clustrmaps.com/map_v2.png?d=TTJIp2Z710NHOwDUNesA6uMqU3dX8kAJiL7b36c4rK0&cl=ffffff"></a>
</p>
</body>
</html>
<!--
<li class="item">
<a href=" https://openpal.github.io/TypeAndProof/">Type and proof (unfinished tutorial)</a>
</li>
-->