Publication Details

Low-Level Bi-Abduction

HOLÍK Lukáš, PERINGER Petr, ROGALEWICZ Adam, ŠOKOVÁ Veronika, VOJNAR Tomáš and ZULEGER Florian. Low-Level Bi-Abduction. In: 36th European Conference on Object-Oriented Programming (ECOOP 2022). Leibniz International Proceedings in Informatics, vol. 2022. Wadern: Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik, 2022, pp. 1-30. ISBN 978-3-95977-225-9. ISSN 1868-8969. Available from: https://drops.dagstuhl.de/opus/volltexte/2022/16247/
Czech title
Nízkoúrovňová Bi-abdukce
Type
conference paper
Language
english
Authors
Holík Lukáš, doc. Mgr., Ph.D. (DITS FIT BUT)
Peringer Petr, Dr. Ing. (DITS FIT BUT)
Rogalewicz Adam, doc. Mgr., Ph.D. (DITS FIT BUT)
Šoková Veronika, Ing. (DITS FIT BUT)
Vojnar Tomáš, prof. Ing., Ph.D. (DITS FIT BUT)
Zuleger Florian, Dr. (FORSYTE)
URL
Keywords

programs with dynamic linked data structures, programs with pointers, low-level pointer operations, static analysis, shape analysis, separation logic, bi-abduction

Abstract

The paper proposes a new static analysis designed to handle open programs, i.e., fragments of programs, with dynamic pointer-linked data structures in particular, various kinds of lists that employ advanced low-level pointer operations. The goal is to allow such programs be analysed without a need of writing analysis harnesses that would first initialise the structures being handled. The approach builds on a special flavour of separation logic and the approach of bi-abduction. The code of interest is analyzed along the call tree, starting from its leaves, with each function analysed just once without any call context, leading to a set of contracts summarizing the behaviour of the analysed functions. In order to handle the considered programs, methods of abduction existing in the literature are significantly modified and extended in the paper. The proposed approach has been implemented in a tool prototype and successfully evaluated on not large but complex programs.

Published
2022
Pages
1-30
Journal
Leibniz International Proceedings in Informatics (LIPIcs), vol. 2022, no. 222, ISSN 1868-8969
Proceedings
36th European Conference on Object-Oriented Programming (ECOOP 2022)
Series
Leibniz International Proceedings in Informatics
Conference
European Conference on Object-Oriented Programming -- ECOOP'22, Berlin, DE
ISBN
978-3-95977-225-9
Publisher
Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik
Place
Wadern, DE
DOI
EID Scopus
BibTeX
@INPROCEEDINGS{FITPUB12739,
   author = "Luk\'{a}\v{s} Hol\'{i}k and Petr Peringer and Adam Rogalewicz and Veronika \v{S}okov\'{a} and Tom\'{a}\v{s} Vojnar and Florian Zuleger",
   title = "Low-Level Bi-Abduction",
   pages = "1--30",
   booktitle = "36th European Conference on Object-Oriented Programming (ECOOP 2022)",
   series = "Leibniz International Proceedings in Informatics",
   journal = "Leibniz International Proceedings in Informatics (LIPIcs)",
   volume = 2022,
   number = 222,
   year = 2022,
   location = "Wadern, DE",
   publisher = "Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik",
   ISBN = "978-3-95977-225-9",
   ISSN = "1868-8969",
   doi = "10.4230/LIPIcs.ECOOP.2022.19",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/12739"
}
Back to top