-
Notifications
You must be signed in to change notification settings - Fork 0
/
return-oriented_programming.tex
52 lines (41 loc) · 1.16 KB
/
return-oriented_programming.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
% hitex:master e
\documentclass[compress]{beamer}
\usepackage[english]{babel}
\usepackage[amssymb]{SIunits}
\usepackage{latexsym}
\usepackage{marvosym}
\usepackage{minted}
\usepackage{tikz}
\useoutertheme[footline=authortitle]{miniframes}
\useinnertheme{circles}
\usecolortheme{whale}
\beamertemplatenavigationsymbolsempty
\setcounter{tocdepth}{2}
%\beamerdefaultoverlayspecification{<+->}
\AtBeginSection[]{\frame{\tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/show/hide]}}
%\AtBeginSection[]{\frame{\tableofcontents[currentsection]}}
\input{macros}
\title[Return-oriented programming]{\huge{Return-oriented programming}}
\subject{IT-Security}
\author{Sebastian Neuser}
\institute{
\Large{Hackspace Siegen}\\[0.25cm]
}
\date{\today}
\begin{document}
\frame{\titlepage}
\frame{\tableofcontents[sections=1-2]}
\frame{\tableofcontents[sections=3-5]}
\include{introduction}
\include{rop}
\include{demonstration}
\include{countermeasures}
\include{conclusion}
\section{}
\frame{
\begin{center}
{\Large\bfseries Thanks for your attention.} \\[5mm]
Questions?
\end{center}
}
\end{document}