Add citation for images

This commit is contained in:
Valentin Brandl 2022-10-21 15:20:54 +02:00
parent f13b2fb4be
commit 60d931f34e
2 changed files with 42 additions and 27 deletions

View File

@ -51,6 +51,14 @@ year={2007}
urldate = {2022-09-28}, urldate = {2022-09-28},
} }
@unpublished{spg,
Author = {Skornia, Christoph},
Institution = {OTH Regensburg},
Howpublished = {University Lecture},
Year = {2021},
Title = {Secure Programming --- Input Validation},
}
@misc{directoryStructure, @misc{directoryStructure,
title = {Classic SysAdmin: The Linux Filesystem Explained}, title = {Classic SysAdmin: The Linux Filesystem Explained},
Institution = {The Linux Foundation}, Institution = {The Linux Foundation},

11
bof.tex
View File

@ -121,12 +121,20 @@
\section{Stack Layout, Execution Flow} \section{Stack Layout, Execution Flow}
\begin{frame} \begin{frame}
\frametitle{Stack Layout} \frametitle{Stack Layout}
\includegraphics[width=.30\textwidth]{stack.png} \begin{figure}
\centering
\includegraphics[width=.25\textwidth]{stack.png}
\caption{Stack Layout~\cite{spg}}
\end{figure}
\end{frame} \end{frame}
\begin{frame} \begin{frame}
\frametitle{Stack Layout} \frametitle{Stack Layout}
\begin{figure}
\centering
\includegraphics[width=.60\textwidth]{stack_overflow.png} \includegraphics[width=.60\textwidth]{stack_overflow.png}
\caption{Buffer Overflow~\cite{spg}}
\end{figure}
\end{frame} \end{frame}
\begin{frame} \begin{frame}
@ -153,7 +161,6 @@
\item \url{https://www.exploit-db.com/shellcodes} \item \url{https://www.exploit-db.com/shellcodes}
\end{itemize} \end{itemize}
\end{itemize} \end{itemize}
% \frametitle{Exkurs: Shellcode}
\end{frame} \end{frame}
\section{Exploitation} \section{Exploitation}