initial commit

This commit is contained in:
JakeGinesin
2024-10-28 06:08:14 -04:00
commit 1b24f8f5ce
20 changed files with 8306 additions and 0 deletions

1
sections/abstract.tex Normal file
View File

@@ -0,0 +1 @@
Distributed protocols underpin the modern internet, making their correctness and security critical. Formal methods provide rigorous tools for analyzing protocol correctness and cryptographic security, yet existing tools fall short for denial of service (DoS) analysis. We introduce \korg, a tool that synthesizes attacks on distributed protocols by targeting communication channels to violate linear temporal logic (LTL) specifications. \korg provides sound, complete analysis, synthesizing attacks or proving their absence through exhaustive state-space search. With support for pre-defined and custom attacker models, \korg enables targeted DoS analysis and broader LTL-based verification, demonstrated through various case studies.