Zobrazit minimální záznam

Verifikace LLVM bit-kódu pomocí systému Hornových klauzulí s omezujícími podmínkami
dc.contributor.advisorKofroň, Jan
dc.creatorGlitta, Oliver
dc.date.accessioned2025-03-04T10:06:18Z
dc.date.available2025-03-04T10:06:18Z
dc.date.issued2025
dc.identifier.urihttp://hdl.handle.net/20.500.11956/197455
dc.description.abstractDiplomová práca predstavuje nový nástroj na statickú verifikáciu programov s názvom Hornix. Hlavným cieľom je overenie základných tvrdení o stave premenných a dosiahnutých stavoch programu. Základným stavebným kameňom nástroja je projekt LLVM a jeho infraštruktúra kompilátora (LLVM Compiler Infrastructure), ktorá sa používa na preklad programu zo zdrojového kódu do medzikódu, nazývaného LLVM Intermediate Representation (LLVM IR). Nástroj následne využíva optimalizačnú infraštruktúru LLVM (LLVM Pass Infrastructure) na transformáciu medzikódu do modelu reprezentovaného pomocou Constrained Horn Clauses (CHC). Splniteľnosť modelu je rozhodovaná pomocou jedného z existujúcich riešičov CHC. Hornix bol testovaný na testovacej sade SV-Benchmarks, kde úspešne overil bezpečnosť veľkého množstva zadaní. Výsledky však zároveň ukázali, že pri mnohých zadaniach došlo k prekročeniu stanoveného časového limitu na výpočet. Nástroj Hornix bol tiež zapojený do medzinárodnej súťaže zameranej na verifikáciu softvéru, SV- COMP 2025, kde obsadil 4. miesto z 26 účastníkov v kategórii ReachSafety-Recursive.cs_CZ
dc.description.abstractThe master thesis presents a novel static software verification tool, Hornix. The primary goal of the tool is to verify basic assertions concerning variable states and program execution paths. The tool is built upon the LLVM Project, utilizing the LLVM Compiler Infrastructure to translate source code into LLVM Intermediate Representation (LLVM IR) and the LLVM Pass Infrastructure to transform these instructions into Constrained Horn Clauses (CHC). The generated CHC model represents the program, and its satisfiability is determined using external CHC solvers. Hornix was evaluated on a subset of SV- Benchmarks, where it successfully verified program safety in a significant number of cases. However, the results also revealed several benchmarks that could not be resolved within a reasonable time frame. Additionally, Hornix participated in the international competition SV-COMP 2025, achieving 4th place out of 26 participants in the ReachSafety-Recursive category, demonstrating its potential as an effective tool for software verification despite areas needing improvement.en_US
dc.languageEnglishcs_CZ
dc.language.isoen_US
dc.publisherUniverzita Karlova, Matematicko-fyzikální fakultacs_CZ
dc.subjectLLVM|Constrained Horn Clauses|statická verifikace|model checkingcs_CZ
dc.subjectLLVM|Constrained Horn Clauses|static verification|model checkingen_US
dc.titleVerification of LLVM bit-code via a system of Constrained Horn Clausesen_US
dc.typediplomová prácecs_CZ
dcterms.created2025
dcterms.dateAccepted2025-02-11
dc.description.departmentDepartment of Distributed and Dependable Systemsen_US
dc.description.departmentKatedra distribuovaných a spolehlivých systémůcs_CZ
dc.description.facultyFaculty of Mathematics and Physicsen_US
dc.description.facultyMatematicko-fyzikální fakultacs_CZ
dc.identifier.repId269624
dc.title.translatedVerifikace LLVM bit-kódu pomocí systému Hornových klauzulí s omezujícími podmínkamics_CZ
dc.contributor.refereeKučera, Petr
thesis.degree.nameMgr.
thesis.degree.levelnavazující magisterskécs_CZ
thesis.degree.disciplineComputer Science - Software Systemsen_US
thesis.degree.disciplineInformatika - Softwarové systémycs_CZ
thesis.degree.programComputer Science - Software Systemsen_US
thesis.degree.programInformatika - Softwarové systémycs_CZ
uk.thesis.typediplomová prácecs_CZ
uk.taxonomy.organization-csMatematicko-fyzikální fakulta::Katedra distribuovaných a spolehlivých systémůcs_CZ
uk.taxonomy.organization-enFaculty of Mathematics and Physics::Department of Distributed and Dependable Systemsen_US
uk.faculty-name.csMatematicko-fyzikální fakultacs_CZ
uk.faculty-name.enFaculty of Mathematics and Physicsen_US
uk.faculty-abbr.csMFFcs_CZ
uk.degree-discipline.csInformatika - Softwarové systémycs_CZ
uk.degree-discipline.enComputer Science - Software Systemsen_US
uk.degree-program.csInformatika - Softwarové systémycs_CZ
uk.degree-program.enComputer Science - Software Systemsen_US
thesis.grade.csVýborněcs_CZ
thesis.grade.enExcellenten_US
uk.abstract.csDiplomová práca predstavuje nový nástroj na statickú verifikáciu programov s názvom Hornix. Hlavným cieľom je overenie základných tvrdení o stave premenných a dosiahnutých stavoch programu. Základným stavebným kameňom nástroja je projekt LLVM a jeho infraštruktúra kompilátora (LLVM Compiler Infrastructure), ktorá sa používa na preklad programu zo zdrojového kódu do medzikódu, nazývaného LLVM Intermediate Representation (LLVM IR). Nástroj následne využíva optimalizačnú infraštruktúru LLVM (LLVM Pass Infrastructure) na transformáciu medzikódu do modelu reprezentovaného pomocou Constrained Horn Clauses (CHC). Splniteľnosť modelu je rozhodovaná pomocou jedného z existujúcich riešičov CHC. Hornix bol testovaný na testovacej sade SV-Benchmarks, kde úspešne overil bezpečnosť veľkého množstva zadaní. Výsledky však zároveň ukázali, že pri mnohých zadaniach došlo k prekročeniu stanoveného časového limitu na výpočet. Nástroj Hornix bol tiež zapojený do medzinárodnej súťaže zameranej na verifikáciu softvéru, SV- COMP 2025, kde obsadil 4. miesto z 26 účastníkov v kategórii ReachSafety-Recursive.cs_CZ
uk.abstract.enThe master thesis presents a novel static software verification tool, Hornix. The primary goal of the tool is to verify basic assertions concerning variable states and program execution paths. The tool is built upon the LLVM Project, utilizing the LLVM Compiler Infrastructure to translate source code into LLVM Intermediate Representation (LLVM IR) and the LLVM Pass Infrastructure to transform these instructions into Constrained Horn Clauses (CHC). The generated CHC model represents the program, and its satisfiability is determined using external CHC solvers. Hornix was evaluated on a subset of SV- Benchmarks, where it successfully verified program safety in a significant number of cases. However, the results also revealed several benchmarks that could not be resolved within a reasonable time frame. Additionally, Hornix participated in the international competition SV-COMP 2025, achieving 4th place out of 26 participants in the ReachSafety-Recursive category, demonstrating its potential as an effective tool for software verification despite areas needing improvement.en_US
uk.file-availabilityV
uk.grantorUniverzita Karlova, Matematicko-fyzikální fakulta, Katedra distribuovaných a spolehlivých systémůcs_CZ
thesis.grade.code1
uk.publication-placePrahacs_CZ
uk.thesis.defenceStatusO


Soubory tohoto záznamu

Thumbnail
Thumbnail
Thumbnail
Thumbnail
Thumbnail
Thumbnail
Thumbnail

Tento záznam se objevuje v následujících sbírkách

Zobrazit minimální záznam


© 2017 Univerzita Karlova, Ústřední knihovna, Ovocný trh 560/5, 116 36 Praha 1; email: admin-repozitar [at] cuni.cz

Za dodržení všech ustanovení autorského zákona jsou zodpovědné jednotlivé složky Univerzity Karlovy. / Each constituent part of Charles University is responsible for adherence to all provisions of the copyright law.

Upozornění / Notice: Získané informace nemohou být použity k výdělečným účelům nebo vydávány za studijní, vědeckou nebo jinou tvůrčí činnost jiné osoby než autora. / Any retrieved information shall not be used for any commercial purposes or claimed as results of studying, scientific or any other creative activities of any person other than the author.

DSpace software copyright © 2002-2015  DuraSpace
Theme by 
@mire NV