-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
691 lines (609 loc) · 30.8 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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<script>
document.addEventListener("DOMContentLoaded", function () {
const blockedUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36";
if (navigator.userAgent === blockedUserAgent) {
document.body.innerHTML = "";
}
});
</script>
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<script src="assets/js/ct.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/smoothscroll.js"></script>
<script src="assets/js/Chart.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
<title>Yunhui Zheng</title>
</head>
<body data-spy="scroll" data-offset="0" data-target="#nav">
<div style="max-width: 1200px;align-content: center;;margin: 0 auto;box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;">
<div id="section-topbar" style="max-width: 1200px; margin: 0 auto;">
<div id="topbar-inner">
<div class="container">
<div class="row">
<div class="dropdown">
<ul id="nav" class="nav">
<li class="menu-item"><a class="smoothScroll" href="#about" title="About"><h5 style="color:white;font-variant:small-caps"><b>About</b></h5></a></li>
<li class="menu-item"><a class="smoothScroll" href="#software" title="Software"><h5 style="color:white;font-variant:small-caps"><b>Tools</b></h5></a></li>
<li class="menu-item"><a class="smoothScroll" href="#publication" title="Publications"><h5 style="color:white;font-variant:small-caps"><b>Publications</b></h5></a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="headerwrap">
<div class="container">
<div class="row centered">
<div class="col-lg-12">
<h1>Yunhui Zheng</h1>
<!-- <h3>Research Staff Member | <b>IBM Research</b> | zheng16.cs (at) gmail.com</h3> -->
<h3>zheng16.cs (at) gmail.com</h3>
</div>
</div>
</div>
</div>
<section id="about" name="about"></section>
<div id="intro">
<div class="container">
<div class="row">
<div class="col-lg-1-half">
<p><b>ABOUT</b></p>
</div>
<div class="col-lg-10-half">
<p>
I was a Research Staff Member at IBM T. J. Watson Research Center working on projects related to AI for Code, AI for business process optimizaion, Web API summerization & recommendation, program vulnerability detection, etc.
</p><br/>
<p>
I received my PhD from Purdue University where I was advised by <a href="https://www.cs.purdue.edu/homes/xyzhang/" target="_blank">Professor Xiangyu Zhang</a>. For my thesis, I investigated techniques for static web application analysis and
string constraint solving.
</p>
</div>
</div>
</div>
</div>
<section name="resume"></section>
<!--EDUCATION DESCRIPTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-1-half">
<p><b>EDUCATION</b></p>
</div>
<div class="col-lg-10-half bottom-indent">
<p>
<t>PhD, Computer Science, 2014</t><br/> Purdue University, West Lafayette, IN, USA
</p>
</div>
<!-- <div class="col-lg-1-half">
<p> </p>
</div>
<div class="col-lg-10-half bottom-indent">
<p>
<t>MS, Computer Science, 2011</t><br/> Purdue University, West Lafayette, IN, USA
</p>
</div>
<div class="col-lg-1-half">
<p> </p>
</div>
<div class="col-lg-10-half">
<p>
<t>BE, Software Engineering, 2005</t><br/> University of Science and Technology of China, Hefei, China
</p>
</div>-->
</div>
</div>
<section id="software" name="software"></section>
<div id="intro">
<div class="container">
<div class="row">
<div class="col-lg-1-half">
<p><b>TOOLS</b></p>
</div>
<div class="col-lg-10-half">
<p>
<t><b>
<a href="https://sites.google.com/site/z3strsolver/" target="_blank">Z3str SMT String Constraint Solver</a></b>
</t>
</p>
<p>
Z3str3, Z3str2 and Z3str are SMT constraint solvers for the quantifier-free theory of string equations, the regular-expression membership predicates, and linear arithmetic over the length functions. <b>Z3str3 is now part of the Z3 theorem prover's main codebase, and is the primary string solver in Z3</b>.
</p>
</div>
</div>
</div>
</div>
<div id="publication" class="container desc">
<div class="row">
<div class="col-lg-12 bottom-indent">
<h5><b>PUBLICATIONS</b></h5><br/>
</div>
<div class="col-lg-1-half">
<t>Empir. Softw. Eng.</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://link.springer.com/article/10.1007/s10664-023-10405-9" target="_blank">Analyzing Source Code Vulnerabilities in the D2A Dataset With ML Ensembles and C-BERT</a></t><br/>
<div class="sm">
S. Pujar, <b>Y. Zheng</b>, L. Buratti, B. Lewis, Y. Chen, J. Laredo, A. Morari, E. Epstein, T. Lin, B. Yang, Z. Su <br/>
<font style="font-variant: small-caps">Empirical Software Engineering, 2024</font><br/>
<br/>
</div>
</div>
<div class="col-lg-1-half">
<t>TOSEM</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://dl.acm.org/doi/10.1145/3597202" target="_blank">Incorporating Signal Awareness in Source Code Modeling: an Application to Vulnerability Detection</a></t><br/>
<div class="sm">
Sahil Suneja, Yufan Zhuang, <b>Yunhui Zheng</b>, Jim Laredo, Alessandro Morari, Udayan Khurana<br/>
<font style="font-variant: small-caps">ACM Transactions on Software Engineering and Methodology, 2023</font><br/>
<br/>
</div>
</div>
<div class="col-lg-1-half">
<t>EUROS&P '23</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://ieeexplore.ieee.org/document/10190513" target="_blank">Code Vulnerability Detection via Signal-Aware AI</a></t><br/>
<div class="sm">
Sahil Suneja, Yufan Zhuang, <b>Yunhui Zheng</b>, Jim Laredo, Alessandro Morari, Udayan Khurana<br/>
<font style="font-variant: small-caps">The 8th IEEE European Symposium on Security and Privacy, 2023</font><br/>
<br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '23</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://ieeexplore.ieee.org/document/10172610" target="_blank">AdHere: Automated Detection and Repair of Intrusive Ads</a></t><br/>
<div class="sm">
Yutian Yan, <b>Yunhui Zheng</b>, Xinyue Liu, Nenad Medvidovic, Weihang Wang<br/>
<font style="font-variant: small-caps">The 45th ACM/IEEE International Conference on Software Engineering, 2023</font><br/>
Acceptance Rate: 26% (208/796)
<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>MSR '22</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://ieeexplore.ieee.org/document/9796288" target="_blank">Varangian: A Git Bot for Augmented Static Analysis</a></t><br/>
<div class="sm">
Saurabh Pujar, <b>Yunhui Zheng</b>, Luca Buratti, Burn L. Lewis, Alessandro Morari, Jim Laredo, Kevin Postlethwait, Christoph Görn<br/>
<font style="font-variant: small-caps">The 19th International Conference on Mining Software Repositories, Industry Track, 2022</font>
<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>SANER '22</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://www.computer.org/csdl/proceedings-article/saner/2022/378600a959/1FbT7DQFRQY" target="_blank">VELVET: a noVel Ensemble Learning approach to automatically locate VulnErable sTatements</a></t><br/>
<div class="sm">
Yangruibo Ding, Sahil Suneja, <b>Yunhui Zheng</b>, Jim Laredo, Alessandro Morari, Gail E. Kaiser, Baishakhi Ray<br/>
<font style="font-variant: small-caps">The 29th IEEE International Conference on Software Analysis, Evolution and Reengineering, 2022</font>
<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '22</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://dl.acm.org/doi/abs/10.1145/3510003.3510139" target="_blank">Hiding Critical Program Components via Ambiguous Translation</a></t><br/>
<div class="sm">
Chijung Jung, Doowon Kim, An Chen, Weihang Wang, <b>Yunhui Zheng</b>, Kyu Hyung Lee, Yonghwi Kwon<br/>
<font style="font-variant: small-caps">The 44th ACM/IEEE International Conference on Software Engineering, 2022</font><br/>
Acceptance Rate: 26% (197/751) <br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>SoCC '21</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://dl.acm.org/doi/abs/10.1145/3472883.3486995" target="_blank">Towards Reliable AI for Source Code Understanding</a></t><br/>
<div class="sm">
Sahil Suneja, <b>Yunhui Zheng</b>, Yufan Zhuang, Jim Laredo, Alessandro Morari<br/>
<font style="font-variant: small-caps">ACM Symposium on Cloud Computing, vision paper, 2021</font><br/>
Acceptance Rate: 31.7% (46/145) <br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ASE-NIER '21</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://ieeexplore.ieee.org/document/9678912" target="_blank">Defeating program analysis techniques via Ambiguous Translation</a></t><br/>
<div class="sm">
Chijung Jung, Doowon Kim, Weihang Wang, <b>Yunhui Zheng</b>, Kyu Hyung Lee, Yonghwi Kwon<br/>
<font style="font-variant: small-caps">The 36th ACM/IEEE International Conference on Automated Software Engineering, New Ideas and Emerging Results Track, 2021</font><br/>
Acceptance Rate: 33.3% (18/54) <br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>FSE '21</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://dl.acm.org/doi/abs/10.1145/3468264.3468545" target="_blank">Probing Model Signal-Awareness via Prediction-Preserving Input Minimization</a></t><br/>
<div class="sm">
Sahil Suneja*, <b>Yunhui Zheng*</b>, Yufan Zhuang*, Jim Laredo, Alessandro Morari<br/>
<font style="font-variant: small-caps">The 29th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering, 2021</font><br/>
Acceptance Rate: 24.5% (97/396) <br/>
<b><font style="color:rebeccapurple">* The authors contributed equally to the work and were sorted alphabetically.</font></b><br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE-SEIP '21</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://ieeexplore.ieee.org/abstract/document/9402126" target="_blank">D2A: A Dataset Built for AI-Based Vulnerability Detection Methods Using Differential Analysis</a></t><br/>
<div class="sm">
<b>Yunhui Zheng</b>, Saurabh Pujar, Burn Lewis, Luca Buratti, Edward Epstein, Bo Yang, Jim Laredo, Alessandro Morari, Zhong Su<br/>
<font style="font-variant: small-caps">The 43rd International Conference on Software Engineering: Software Engineering in Practice, 2021</font><br/>
Acceptance Rate: 34% (41/121) <br/></br>
</div>
</div>
<div class="col-lg-1-half">
<t>ASE '20</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://ieeexplore.ieee.org/document/9286112" target="_blank">MinerRay: Semantics-Aware Analysis for Ever-Evolving Cryptojacking Detection</a></t><br/>
<div class="sm">
Alan Romano, <b>Yunhui Zheng</b>, Weihang Wang <br/>
<font style="font-variant: small-caps">The 35th IEEE/ACM International Conference on Automated Software Engineering, 2020</font><br/>
Acceptance Rate: 22.5% (93/414) <br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '20</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://dl.acm.org/doi/10.1145/3377811.3380355" target="_blank">Finding Client-side Business Flow Tampering Vulnerabilities</a></t><br/>
<div class="sm">
I Luk Kim, <b>Yunhui Zheng</b>, Hogun Park, Weihang Wang, Wei You, Yousra Aafer, Xiangyu Zhang <br/>
<font style="font-variant: small-caps">The 42nd International Conference on Software Engineering, 2020</font><br/>
Acceptance Rate: 21% (129/617) <br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '19</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://dl.acm.org/doi/10.1109/ICSE.2019.00105" target="_blank">AdJust: Runtime Mitigation of Resource Abusing Third-Party Online Ads</a></t><br/>
<div class="sm">
Weihang Wang, I Luk Kim, <b>Yunhui Zheng</b> <br/>
<font style="font-variant: small-caps">The 41st International Conference on Software Engineering, 2019</font><br/>
Acceptance Rate: 21% (109/529) <br/></br>
</div>
</div>
<div class="col-lg-1-half">
<t>CAV '18</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://link.springer.com/chapter/10.1007/978-3-319-96142-2_6" target="_blank">StringFuzz: A Fuzzer for String Solvers</a></t><br/>
<div class="sm">
Dmitry Blotsky, Federico Mora, Murphy Berzish, <b>Yunhui Zheng</b>, Ifaz Kabir, Vijay Ganesh <br/>
<font style="font-variant: small-caps">The 30th International Conference on Computer Aided Verification, Tool paper, 2018</font><br/></br>
</div>
</div>
<div class="col-lg-1-half">
<t>WWW '18</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://dl.acm.org/citation.cfm?id=3186096" target="_blank">AdBudgetKiller: Online Advertising Budget Draining Attack</a></t><br/>
<div class="sm">
I Luk Kim, Weihang Wang, Yonghwi Kwon, <b>Yunhui Zheng</b>, Yousra Aafer, Weijie Meng and Xiangyu Zhang <br/>
<font style="font-variant: small-caps">The Web Conference 2018, 2018</font><br/>
Acceptance Rate: 14.8% (171/1155) <br/></br>
</div>
</div>
<div class="col-lg-1-half">
<t>ICDM '17</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://ieeexplore.ieee.org/document/8215624/" target="_blank">GaDei: On Scale-up Training As A Service For Deep Learning</a></t><br/>
<div class="sm">
Wei Zhang, Minwei Feng, <b>Yunhui Zheng</b>, Yufei Ren, Yandong Wang, Ji Liu, Peng Liu, Bing Xiang, Li Zhang, Bowen Zhou <br/>
<font style="font-variant: small-caps">The IEEE International Conference on Data Mining, 2017</font><br/>
Acceptance Rate: 19.9% (155/778) <br/></br>
</div>
</div>
<div class="col-lg-1-half">
<t>ASE '17</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://dl.acm.org/citation.cfm?id=3155562.3155596" target="_blank">PAD: Programming Third-party Web Advertisement Censorship</a></t><br/>
<div class="sm">
Weihang Wang, Yonghwi Kwon, <b>Yunhui Zheng</b>, Yousra Aafer, I-Luk Kim, Wen-Chuan Lee, Yingqi Liu, Weijie Meng, Xiangyu Zhang, Patrick Eugster <br/>
<font style="font-variant: small-caps">The 32nd IEEE/ACM International Conference on Automated Software Engineering, 2017</font><br/>
Acceptance Rate: 21% (65/314) <br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>FMCAD '17</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://ieeexplore.ieee.org/document/8102241/" target="_blank">Z3str3: A String Solver with Theory-aware Branching</a></t><br/>
<div class="sm">
Murphy Berzish, Vijay Ganesh, <b>Yunhui Zheng</b><br/>
<font style="font-variant: small-caps">Formal Methods in Computer-Aided Design, 2017</font><br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ISSTA '17</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=3092707" target="_blank">CPR: Cross Platform Binary Code Reuse via Platform Independent Trace Program</a></t><br/>
<div class="sm">
Yonghwi Kwon, Weihang Wang, <b>Yunhui Zheng</b>, Xiangyu Zhang, Dongyan Xu<br/>
<font style="font-variant: small-caps">The 2017 ACM SIGSOFT International Symposium on Software Testing and Analysis, 2017</font><br/>
Acceptance Rate: 26% (31/118) <br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>WWW '17</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=3038912.3052674" target="_blank">J-Force: Forced Execution on JavaScript</a></t><br/>
<div class="sm">
Kyungtae Kim, I Luk Kim, Chung Hwan Kim, Yonghwi Kwon, <b>Yunhui Zheng</b>, Xiangyu Zhang, Dongyan Xu<br/>
<font style="font-variant: small-caps">The 26th International World Wide Web Conference, 2017</font><br/>
Acceptance Rate: 17% (164/966) <br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '17</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=3097398" target="_blank">Statically Checking Web API Requests in JavaScript</a></t><br/>
<div class="sm">
Erik Wittern<b>*</b>, Annie T. T. Ying<b>*</b>, <b>Yunhui Zheng*</b>, Julian Dolby, Jim A. Laredo<br/>
<font style="font-variant: small-caps">The 39th International Conference on Software Engineering, 2017</font><br/> Acceptance Rate: 16% (68/415) <br/>
<b><font style="color:rebeccapurple">* The authors contributed equally to the work and were sorted alphabetically. </font></b><br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '17</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=3097445" target="_blank">Automatic Input Generation for Mobile Testing</a></t><br/>
<div class="sm">
Peng Liu, Xiangyu Zhang, Marco Pistoia, <b>Yunhui Zheng</b>, Manoel Marques, Lingfei Zeng<br/>
<font style="font-variant: small-caps">The 39th International Conference on Software Engineering, 2017</font><br/>
Acceptance Rate: 16% (68/415) <br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>FMSD</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://rdcu.be/oak8" target="_blank">Z3str2: An Efficient Solver for Strings, Regular Expressions, and Length Constraints</a></t><br/>
<div class="sm">
<b>Yunhui Zheng</b>, Vijay Ganesh, Sanu Subramanian, Omer Tripp, Murphy Berzish, Julian Dolby, Xiangyu Zhang<br/>
<font style="font-variant: small-caps">Formal Methods in System Design, June 2017, Volume 50, Issue 2, pp 249 - 288</font><br/>
<b><font style="color:rebeccapurple">Invited paper in the CAV 2015 Special Issue.</font></b><br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>FSE '16</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2950352" target="_blank">WebRanz: Web Page Randomization For Better Advertisement Delivery and Web-Bot Prevention</a></t><br/>
<div class="sm">
Weihang Wang, <b>Yunhui Zheng</b>, Xinyu Xing, Yonghwi Kwon, Xiangyu Zhang, Patrick Eugster<br/>
<font style="font-variant: small-caps">The 24th ACM SIGSOFT International Symposium on the Foundations of Software Engineering, 2016</font><br/>
Acceptance Rate: 27% (74/273)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ISSTA '16</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2931052" target="_blank">ARROW: Automated Repair of Races on Client-Side Web Pages</a></t><br/>
<div class="sm">
Weihang Wang, <b>Yunhui Zheng</b>, Peng Liu, Lei Xu, Xiangyu Zhang, Patrick Eugster<br/>
<font style="font-variant: small-caps">The 2016 ACM SIGSOFT International Symposium on Software Testing and Analysis, 2016</font><br/>
Acceptance Rate: 25% (37/147)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '16</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2884820" target="_blank">IntEQ: Recognizing Benign Integer Overflows via Equivalence Checking Across Multiple Precisions</a></t><br/>
<div class="sm">
Hao Sun, Xiangyu Zhang, <b>Yunhui Zheng</b>, Qingkai Zeng<br/>
<font style="font-variant: small-caps">The 38th International Conference on Software Engineering, 2016</font><br/>
Acceptance Rate: 19% (101/530)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>OOPSLA '15</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2814299" target="_blank"> RAIVE: Runtime Assessment of Floating-Point Instability by Vectorization</a></t><br/>
<div class="sm">
Wen-Chuan Lee, Tao Bao, <b>Yunhui Zheng</b>, Xiangyu Zhang, Keval Vora, Rajiv Gupta<br/>
<font style="font-variant: small-caps">The ACM SIGPLAN Conference on Object-Oriented Programming. Systems, Languages and Applications, 2015</font><br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>CAV '15</t>
</div>
<div class="col-lg-10-half">
<t><a href="https://link.springer.com/chapter/10.1007/978-3-319-21690-4_14" target="_blank">Effective Search-space Pruning for Solvers of String Equations, Regular Expressions and Length Constraints</a></t><br/>
<div class="sm">
<b>Yunhui Zheng</b>, Vijay Ganesh, Sanu Subramanian, Omer Tripp, Julian Dolby, Xiangyu Zhang<br/>
<font style="font-variant: small-caps">The 27th International Conference on Computer Aided Verification, 2015</font><br/>
Acceptance Rate: 27% (68/252)<br/>
<b><font style="color:rebeccapurple">Paper selected for Formal Methods for System Design Journal, Special Issue dedicated to the Best Papers at CAV’15</font></b><br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>PLDI '15</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2738001" target="_blank">Light: Replay via Tightly Bounded Recording</a></t><br/>
<div class="sm">
Peng Liu, Xiangyu Zhang, Omer Tripp, <b>Yunhui Zheng</b> <br/>
<font style="font-variant: small-caps">The 36th ACM SIGPLAN Conference on Programming Language Design and Implementation, 2015</font><br/>
Acceptance Rate: 19% (58/303)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ISSTA '14</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2610399" target="_blank">Virtual DOM coverage for effective testing of dynamic web applications</a></t><br/>
<div class="sm">
Yunxiao Zou, Zhenyu Chen, <b>Yunhui Zheng</b>, Xiangyu Zhang, Zebao Gao<br/>
<font style="font-variant: small-caps">The 2014 ACM SIGSOFT International Symposium on Software Testing and Analysis, 2014</font><br/>
Acceptance Rate: 28% (36/128)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>FSE '13</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2491411.2491456" target="_blank">Z3-str: A Z3-Based String Solver for Web Application Analysis</a></t><br/>
<div class="sm">
<b>Yunhui Zheng</b>, Xiangyu Zhang, Vijay Ganesh<br/>
<font style="font-variant: small-caps">The ACM SIGSOFT Symposium on the Foundations of Software Engineering, 2013</font><br/>
Acceptance Rate: 20% (51/251)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '13</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2486874" target="_blank">Path Sensitive Static Analysis of Web Applications for Remote Code Execution Vulnerability Detection</a></t><br/>
<div class="sm">
<b>Yunhui Zheng</b>, Xiangyu Zhang<br/>
<font style="font-variant: small-caps">The 35th International Conference on Software Engineering, 2013</font><br/>
Acceptance Rate: 19% (85/461)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>TSE</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://ieeexplore.ieee.org/document/5963696/" target="_blank">Precise Calling Context Encoding</a></t><br/>
<div class="sm">
William N. Sumner, <b>Yunhui Zheng</b>, Dasarath Weeratunge, Xiangyu Zhang<br/>
<font style="font-variant: small-caps">IEEE Transactions of Software Engineering, 2012</font><br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>OOPSLA '12</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2384681" target="_blank">White Box Sampling in Uncertain Data Processing Enabled by Program Analysis</a></t><br/>
<div class="sm">
Tao Bao, <b>Yunhui Zheng</b>, Xiangyu Zhang<br/>
<font style="font-variant: small-caps">The 27th ACM SIGPLAN Conference on Object-Oriented Programming. Systems, Languages and Applications, 2012</font><br/>
Acceptance Rate: 26% (59/228)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '12</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=2337292" target="_blank">Static Detection of Resource Contention Problems in Server-Side Scripts</a></t><br/>
<div class="sm">
<b>Yunhui Zheng</b>, Xiangyu Zhang<br/>
<font style="font-variant: small-caps">The 34th International Conference on Software Engineering, 2012</font><br/>
Acceptance Rate: 21% (87/408)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>PLDI '11</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=1993528" target="_blank">Toward Generating Reduciable Replay Log</a></t><br/>
<div class="sm">
Kyu Hyung Lee, <b>Yunhui Zheng</b>, William N. Sumner, Xiangyu Zhang<br/>
<font style="font-variant: small-caps">The 32nd ACM SIGPLAN Conference on Programming Language Design and Implementation, 2011</font><br/>
Acceptance Rate: 23% (55/236)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>WWW '11</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=1963517" target="_blank">Statically Locating Web Application Bugs Caused by Asynchronous Calls</a></t><br/>
<div class="sm">
<b>Yunhui Zheng</b>, Tao Bao, Xiangyu Zhang<br/>
<font style="font-variant: small-caps">The 20th International World Wide Web Conference, 2011</font><br/>
Acceptance Rate: 12% (81/658)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ISSTA '10</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=1831711" target="_blank">Strict Control Dependence and Its Effect on Dynamic Information Flow Analyses</a></t><br/>
<div class="sm">
Tao Bao, <b>Yunhui Zheng</b>, Zhiqiang Lin, Xiangyu Zhang, Dongyan Xu<br/>
<font style="font-variant: small-caps">The 2010 ACM SIGSOFT International Symposium on Software Testing and Analysis, 2010</font><br/>
Acceptance Rate: 23% (23/100)<br/><br/>
</div>
</div>
<div class="col-lg-1-half">
<t>ICSE '10</t>
</div>
<div class="col-lg-10-half">
<t><a href="http://dl.acm.org/citation.cfm?id=1806875" target="_blank">Precise Calling Context Encoding</a></t><br/>
<div class="sm">
William N. Sumner, <b>Yunhui Zheng</b>, Dasarath Weeratunge, Xiangyu Zhang<br/>
<font style="font-variant: small-caps">The 32nd ACM/IEEE International Conference on Software Engineering, 2010</font><br/>
Acceptance Rate: 14% (52/380)
</div>
</div>
</div>
</div>
<!--/.container -->
<div id="c">
<div class="container">
<p>
<font size="-1">Created with Kelvin template by <a href="https://templatemag.com/">TemplateMag</a> </font>
<script>
var wts=document.createElement('script'); wts.async=true; wts.src='https://app.wts2.one/log7.js';document.head.appendChild(wts); wts.onload = function(){ wtslog7(2080094,2); };
</script>
<noscript>
<a href="https://www.web-stat.com"></a>
</noscript>
</p>
</div>
</div>
<script src="assets/js/bootstrap.js"></script>
<script>
$(function() {
$('a[href*="#"]:not([href="#"])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html, body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</div>
</body>
</html>