Skip to content
Snippets Groups Projects
Commit f1518f11 authored by Marvin Weiler's avatar Marvin Weiler
Browse files

Presentaion, submited state

parent b63785e7
Branches
No related tags found
No related merge requests found
...@@ -7,20 +7,19 @@ ...@@ -7,20 +7,19 @@
\usepackage{polyglossia} \usepackage{polyglossia}
\setmainlanguage{german} \setmainlanguage{german}
\usepackage{csquotes}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{amssymb} \usepackage{amssymb}
\usepackage{mathtools} \usepackage{mathtools}
\usepackage{hyperref} \usepackage{hyperref}
\usepackage{bookmark} \usepackage{bookmark}
\usepackage{galois} \usepackage{galois}
\usepackage{tipa} \usepackage{tipa}
\usepackage{stmaryrd} \usepackage{stmaryrd}
\usepackage{minted} \usepackage{minted}
\usepackage{csquotes}
% load the theme after all packages % load the theme after all packages
...@@ -39,17 +38,22 @@ ...@@ -39,17 +38,22 @@
\title{How can dynamic analysis features be used to improve static abstract interpretation?} \title{How can dynamic analysis features be used to improve static abstract interpretation?}
\author[M. Weiler]{Marvin Weiler} \author[M. Weiler]{Marvin Weiler}
\date{16. August 2022}
%\institute[short]{Not needed?} %\institute[short]{Not needed?}
%\titlegraphic{\includegraphics[width=0.7\textwidth]{images/tudo-title-2.jpg}} %\titlegraphic{\includegraphics[width=0.7\textwidth]{images/tudo-title-2.jpg}}
\begin{document} \begin{document}
\maketitle %\maketitle
\begin{frame} \begin{frame}
\tableofcontents \titlepage % Print the title page as the first slide
\end{frame} \end{frame}
\begin{frame}{Overview}
\tableofcontents
\end{frame}
\section{Why do we need more than abstract interpretation?}
\begin{frame}{Why do we need more than abstract interpretation?} \begin{frame}{Why do we need more than abstract interpretation?}
\pause \pause
...@@ -77,6 +81,7 @@ ...@@ -77,6 +81,7 @@
\end{frame} \end{frame}
\section{Combination of abstract and dynamic analysis}
\begin{frame}{Combination of abstract and dynamic analysis} \begin{frame}{Combination of abstract and dynamic analysis}
\pause \pause
...@@ -133,6 +138,7 @@ ...@@ -133,6 +138,7 @@
\end{columns} \end{columns}
\end{frame} \end{frame}
\section{Opaque code analysis}
\begin{frame}{Opaque code analysis} \begin{frame}{Opaque code analysis}
\pause \pause
...@@ -184,6 +190,7 @@ ...@@ -184,6 +190,7 @@
\end{frame} \end{frame}
\section{Determinancy facts}
\begin{frame}[fragile]{Determinancy facts} \begin{frame}[fragile]{Determinancy facts}
\begin{columns}[T] % align columns \begin{columns}[T] % align columns
...@@ -238,6 +245,7 @@ Abstract Interpretation can replace the \textit{eval} with concrete code for ana ...@@ -238,6 +245,7 @@ Abstract Interpretation can replace the \textit{eval} with concrete code for ana
\end{frame} \end{frame}
\section{Conclusion}
\begin{frame}{Conclusion} \begin{frame}{Conclusion}
\begin{block}{Abstract Interpretation \underline{can} be combined with dynamic analysis.} \begin{block}{Abstract Interpretation \underline{can} be combined with dynamic analysis.}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment