diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Publications.html | 52 |
1 files changed, 49 insertions, 3 deletions
diff --git a/www/Publications.html b/www/Publications.html index fcc7666c..11ac484a 100644 --- a/www/Publications.html +++ b/www/Publications.html @@ -15,9 +15,10 @@ <h1>KLEE-related Publications and Systems</h1> <!--*********************************************************************--> - Below you can find a list of papers that use or extend KLEE. Papers - are listed in chronological order. If you would like to have your - paper listed here, please send email to klee-dev-owner AT keeda.stanford.edu. + <p>Below you can find a list of papers that use or extend KLEE. + Papers are listed in chronological order. <br/>If you have used and + extended KLEE, please share your experience by having your paper + listed here (email klee-dev-owner or or c.cadar AT imperial.ac.uk).</p> <ol start="0"> <li> @@ -143,6 +144,21 @@ February 6-9, 2011, San Diego, CA, USA <br><br> </li> + + <li> + <a href="http://www.cs.vu.nl/%7Eherbertb/papers/dde_ndss11-preprint.pdf"> + <em> + Howard: A Dynamic Excavator for Reverse Engineering Data Structures + </em> + </a> + <br> + Asia Slowinska, Traian Stancescu, Herbert Bos + <br> + Network and Distributed System Security Symposium (NDSS 2011) + <br> + February 6-9, 2011, San Diego, CA, USA + <br><br> + </li> <li> <a href="http://dslab.epfl.ch/pubs/s2e.pdf?attredirects=0"> @@ -301,6 +317,36 @@ <br><br> </li> + <li> + <a href="http://dslab.epfl.ch/pubs/stateMerging.pdf"> + <em> + Efficient State Merging in Symbolic Execution + </em> + </a> + <br> + Volodymyr Kuznetsov, Johannes Kinder, Stefan Bucur, George Candea + <br> + Programming Language Design and Implementation (PLDI) + <br> + June 11-16, 2012, Beijing, China + <br><br> + </li> + + <li> + <a href="http://www.doc.ic.ac.uk/~cristic/papers/highcovpatch-spin-12.pdf"> + <em> + High-Coverage Symbolic Patch Testing + </em> + </a> + <br> + Paul Dan Marinescu, Cristian Cadar + <br> + SPIN Workshop on Model Checking of Software (SPIN 2012) + <br> + July 23-24, 2012, Oxford, UK + <br><br> + </li> + </ol> </div> </body> |