-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.65 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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="style.css" />
<title>Java StarFinder</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Description" content="Java StarFinder" />
<meta name="Keywords" content="Symbolic Execution, Separation Logic, Unit testing" />
<meta name="revisit-after" content="3 days" />
<meta name="robots" content="all" />
<meta http-equiv="Content-Language" content="en" />
<meta name="revisit-after" content="3 days" />
<meta name="robots" content="all" />
<meta name="msvalidate.01" content="B53C41DAA37EDDDC7F4954192225C54A" />
</head>
<body>
<h1>Java StarFinder</h1>
<div>
<h3>Publications</h3>
<ul>
<li><a href="papers/fm19.pdf">Concolic Testing Heap-Manipulating Programs</a>. FM 2018.<br/>
Long H. Pham, Quang Loc Le, Quoc-Sang Phan, and Jun Sun.
</li>
<li><a href="papers/atva19.pdf">Enhancing Symbolic Execution of Heap-based Programs with Separation Logic for Test Input Generation</a>. ATVA 2018.<br/>
Long H. Pham, Quang Loc Le, Quoc-Sang Phan, Jun Sun, and Shengchao Qin.
</li>
<li><a href="papers/jpf18.pdf">Automatic Data Structure Repair using Separation Logic</a>. JPF 2018.<br/>
Guolong Zheng, Quang Loc Le, ThanhVu Nguyen, and Quoc-Sang Phan.
</li>
<li><a href="papers/icse18.pdf">Poster: Testing Heap-Based Programs with Java StarFinder</a>. ICSE 2018.<br/>
Long H. Pham, Quang Loc Le, Quoc-Sang Phan, Jun Sun, and Shengchao Qin.
</li>
</li>
</ul>
</div>
</body>
</html>