initial commit
This commit is contained in:
102
main.tex
Normal file
102
main.tex
Normal file
@@ -0,0 +1,102 @@
|
||||
\documentclass[conference]{IEEEtran}
|
||||
\IEEEoverridecommandlockouts
|
||||
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
|
||||
\usepackage{cite}
|
||||
\usepackage{amsmath,amssymb,amsfonts}
|
||||
\usepackage{algorithmic}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{textcomp}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{amsmath, amsthm}
|
||||
\usepackage{xspace}
|
||||
|
||||
\newcommand{\cnr}[1]{\textcolor{blue}{Cristina says: {#1}}}
|
||||
\newcommand{\mvh}[1]{\textcolor{magenta}{Max says: {#1}}}
|
||||
\newcommand{\jg}[1]{\textcolor{purple}{Jake says: {#1}}}
|
||||
\newcommand{\spin}[0]{\textsc{SPIN}\xspace}
|
||||
\newcommand{\korg}[0]{\textsc{Korg}\xspace}
|
||||
\newcommand{\promela}[0]{\textsc{Promela}\xspace}
|
||||
|
||||
\usepackage{listings}
|
||||
|
||||
\definecolor{commentgreen}{rgb}{0,0.5,0}
|
||||
\lstset{
|
||||
language=Promela,
|
||||
basicstyle=\ttfamily\small,
|
||||
keywordstyle=\color{blue},
|
||||
commentstyle=\color{commentgreen},
|
||||
stringstyle=\color{red},
|
||||
showstringspaces=false,
|
||||
frame=single,
|
||||
captionpos=b,
|
||||
numberstyle=\tiny\color{gray},
|
||||
breaklines=true,
|
||||
breakatwhitespace=true,
|
||||
tabsize=4,
|
||||
aboveskip=10pt,
|
||||
belowskip=10pt
|
||||
}
|
||||
|
||||
|
||||
% theorem stuff:
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{theorem}{Theorem}
|
||||
|
||||
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
|
||||
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
|
||||
\begin{document}
|
||||
|
||||
\title{\korg: A Communication Channel-Based Attack Synthesizer for Distributed Protocols\\
|
||||
}
|
||||
|
||||
|
||||
\author{\IEEEauthorblockN{Jacob Ginesin}
|
||||
\IEEEauthorblockA{\textit{Northeastern University}}
|
||||
\and
|
||||
\IEEEauthorblockN{Max von Hippel}
|
||||
\IEEEauthorblockA{\textit{Northeastern University}}
|
||||
\and
|
||||
\IEEEauthorblockN{Cristina Nita-Rotaru}
|
||||
\IEEEauthorblockA{\textit{Northeastern University}}
|
||||
}
|
||||
|
||||
\maketitle
|
||||
|
||||
\begin{abstract}
|
||||
|
||||
\input{sections/abstract}
|
||||
\end{abstract}
|
||||
|
||||
\begin{IEEEkeywords}
|
||||
Protocols, Attack Synthesis, Denial of Service, Model Checking
|
||||
\end{IEEEkeywords}
|
||||
|
||||
\section{Introduction}
|
||||
\label{sec:introduction}
|
||||
\input{sections/introduction}
|
||||
|
||||
\section{Design Methodology}
|
||||
\label{sec:design}
|
||||
\input{sections/design}
|
||||
|
||||
\section{Attacker Models}
|
||||
\label{sec:usage_attacker_models}
|
||||
\input{sections/attacker_models}
|
||||
|
||||
\section{Case Studies}
|
||||
\label{sec:case_studies}
|
||||
\input{sections/case_studies}
|
||||
|
||||
\section{Usage}%
|
||||
\label{sec:Usage}
|
||||
\input{sections/usage}
|
||||
|
||||
\section{Conclusion}
|
||||
\label{sec:conclusion}
|
||||
\input{sections/conclusion}
|
||||
|
||||
\bibliographystyle{IEEEtran}
|
||||
\bibliography{main}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user