Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-heim committed Feb 16, 2023
1 parent 88e2b07 commit 307bab7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Binary file modified paper.pdf
Binary file not shown.
10 changes: 8 additions & 2 deletions paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,14 @@ \subsection{Stack}
\caption{The stack when injecting the payload}
\label{fig:stack}
\end{figure}
\subsection{ROP Chain}

\subsection{ROP Runtime Behaviour}
The following graphic~\cref{fig:executionatruntime} illustrates how the gadgets get executed once the instruction pointer \bltInlineVerb{eip} points to the ret in main.
\begin{figure}[h]
\centering
\includegraphics[width=0.95\textwidth]{Ropchaineffect.png}
\caption{The stack when injecting the payload}
\label{fig:executionatruntime}
\end{figure}
\section{Attack}
\label{sec:attack}
\subsection{Target Program}
Expand Down

0 comments on commit 307bab7

Please sign in to comment.