Skip to content
Snippets Groups Projects
Commit 048e10c4 authored by Teresa Carbajo-Garcia's avatar Teresa Carbajo-Garcia
Browse files

Update publications.bib

parent 579fc9d7
No related branches found
No related tags found
No related merge requests found
......@@ -1726,6 +1726,29 @@ month = {05},
file = { Dinsdale-Young2010Locality.techreport.pdf:PDF},
}
@InProceedings{FragosoSantos2020Gillian,
author = {Jos{\'{e}} {Fragoso Santos} and Petar Maksimovi\'{c} and Sacha{-}{\'{E}}lie Ayoun and Philippa Gardner},
title = { Gillian, Part I: A Multi-language Platform for Symbolic Execution },
booktitle = { Proceedings of the 41st ACM SIGPLAN
International Conference on Programming Language Design and Implementation
(PLDI ’20), June 15–20, 2020, London, UK },
year = {2020},
doi = {10.1145/3385412.3386014},
abstract = { We introduce Gillian, a platform for developing symbolic
analysis tools for programming languages. Here, we focus on
the symbolic execution engine at the heart of Gillian, which
is parametric on the memory model of the target language.
We give a formal description of the symbolic analysis and
a modular implementation that closely follows this description.
We prove a parametric soundness result, introducing
restriction on abstract states, which generalises path conditions
used in classical symbolic execution. We instantiate
Gillian to obtain trusted symbolic testing tools for JavaScript
and C, and use these tools to find bugs in real-world code,
thus demonstrating the viability of our parametric approach.},
}
@Comment{jabref-meta: databaseType:bibtex;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment