Skip to content

Commit

Permalink
add paper, news; remove img style
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyonghao committed Dec 12, 2024
1 parent 46223ea commit 47eef11
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
27 changes: 17 additions & 10 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ <h1>Yonghao Zou (邹永浩)</h1>

<hr>

<h2 id="misc">News</h2>
<h2 id="news">News</h2>

<p><img src="../images/new-icon-12.png" alt="" width="30px" style="display: inline;">I will continue my PhD study at PKU.</p>

<p><img src="../images/new-icon-12.png" alt="" width="30px" style="display: inline;">The DistFuzz paper got accepted.</p>

Expand All @@ -55,31 +57,38 @@ <h2 id="misc">News</h2>

<hr>

<h2 id="interests">Research Interests</h2>

<p>Computer Systems, Security, Fuzzing, Verification, Robotics</p>

<p>Currently, I am working on system software verification.</p>

<h2 id="biography">Biography</h2>

<p>
I’m a PhD student at EPFL working with <a href="http://dslab.epfl.ch/people/candea/">Professor George Candea</a> (and <a href="https://zhou-diyu.github.io/"> Dr. Diyu Zhou</a> previously).
I will be a PhD student at PKU working with <a href="https://zhou-diyu.github.io/">Prof. Diyu Zhou</a>.
Before that, I worked with <a href="http://dslab.epfl.ch/people/candea/">Prof. George Candea</a> and <a href="https://zhou-diyu.github.io/"> Prof. Diyu Zhou</a> at EPFL.
Prior to EPFL, I received my master's degree in the <a href="https://www.cs.tsinghua.edu.cn/">Computer Science Department</a> at <a href="https://www.tsinghua.edu.cn/">Tsinghua University</a>.
I worked with <a href="https://cg.cs.tsinghua.edu.cn/shimin.htm">Shi-Min Hu</a> and <a href="https://baijiaju.github.io/">Jia-Ju Bai</a> in OSLAB.
Prior to Tsinghua, I worked 3 years for China Merchants Bank as a software developer.
Before that, I obtained my Bachelors degree at <a href="https://www.zju.edu.cn/">Zhejiang University</a>.
Before that, I obtained my Bachelor's degree at <a href="https://www.zju.edu.cn/">Zhejiang University</a>.
</p>

<hr>

<h2 id="publications">Publications</h2>

<ul>
<li><a href="">Blackbox Fuzzing of Distributed Systems with Multi-Dimensional Inputs and Symmetry-Based Feedback Pruning</a></li>
<li><a href="https://zouyonghao.github.io/assets/paper/ndss25-distfuzz.pdf">Blackbox Fuzzing of Distributed Systems with Multi-Dimensional Inputs and Symmetry-Based Feedback Pruning</a></li>
</ul>
<p class="author"><b>Yonghao Zou</b>, Jia-Ju Bai, Zu-Ming Jiang, Ming Zhao, Diyu Zhou</p>
<p class="conference">Proceedings of the 32th Network and Distributed System Security Symposium (NDSS '25)</p>
<p class="conference">Proceedings of the 32th Network and Distributed System Security Symposium (NDSS '25). <a href="https://github.com/zouyonghao/DistFuzz">Code</a></p>

<ul>
<li><a href="https://dslab.epfl.ch/pubs/tpot.pdf">Practical Verification of System-Software Components Written in Standard C</a></li>
</ul>
<p class="author">Can Cebeci, <b>Yonghao Zou</b>, Diyu Zhou, George Candea, Clément Pit-Claudel</p>
<p class="conference">Proceedings of the 30th Symposium on Operating Systems Principles (SOSP '24)</p>
<p class="conference">Proceedings of the 30th Symposium on Operating Systems Principles (SOSP '24).</p>

<ul>
<li><a href="https://zouyonghao.github.io/assets/paper/osdi24posters-final.pdf">Poster: Memory Usage Interfaces for Serverless Functions</a></li>
Expand All @@ -94,15 +103,13 @@ <h2 id="publications">Publications</h2>
<p class="conference">Proceedings of the 2022 International Conference on Robotics and Automation (ICRA '22).</p>

<ul>
<li><a href="https://www.usenix.org/conference/atc21/presentation/zou">TCP-Fuzz: Detecting
Memory and Semantic Bugs in TCP Stacks with Fuzzing</a></li>
<li><a href="https://www.usenix.org/conference/atc21/presentation/zou">TCP-Fuzz: Detecting Memory and Semantic Bugs in TCP Stacks with Fuzzing</a></li>
</ul>
<p class="author"><b>Yong-Hao Zou</b>, Jia-Ju Bai, Jielong Zhou, Jianfeng Tan, Chenggang Qin, Shi-Min Hu.</p>
<p class="conference">Proceedings of the 2021 USENIX Annual Technical Conference (ATC '21). <a href="https://github.com/zouyonghao/TCP-Fuzz">Code</a></p>

<ul>
<li><a href="https://zouyonghao.github.io/assets/paper/rory.pdf">Effective Crash Recovery of Robot
Software Programs in ROS</a></li>
<li><a href="https://zouyonghao.github.io/assets/paper/rory.pdf">Effective Crash Recovery of Robot Software Programs in ROS</a></li>
</ul>
<p class="author"><b>Yong-Hao Zou</b>, Jia-Ju Bai.</p>
<p class="conference">Proceedings of the 2021 International Conference on Robotics and Automation (ICRA '21).</p>
Expand Down
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ blockquote p {
padding: .5em 0;
}

.content img {
/* .content img {
max-width: 100%;
display: block;
margin: 4px auto;
-webkit-box-shadow: #999 1px 1px 4px;
-moz-box-shadow: #999 1px 1px 4px;
box-shadow: #999 1px 1px 4px;
}
} */

#tag_cloud {
margin-bottom: 1em;
Expand Down
Binary file added assets/paper/ndss25-distfuzz.pdf
Binary file not shown.

0 comments on commit 47eef11

Please sign in to comment.