Add citation for images
This commit is contained in:
parent
f13b2fb4be
commit
60d931f34e
@ -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
11
bof.tex
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user