thesis: Add Evaluation and Related Work Chapters
This commit is contained in:
@@ -53,34 +53,3 @@ Intercepting calls to system calls would one allow to see the system call number
|
||||
One has to keep in mind, that many system-related functionalities are not in fact translated to system calls one-to-one.
|
||||
For example \texttt{malloc}~\cite{malloc.3} has no dedicated system call, it is managed by the C standard library internally.
|
||||
Many system calls have corresponding wrapper functions in the C standard library (like \texttt{open}, \texttt{close}, \texttt{sem\_wait}).
|
||||
|
||||
|
||||
\section{Related Work}\label{sec:related-work}
|
||||
|
||||
See also Section~\ref{sec:methods-for-intercepting}.
|
||||
|
||||
Lorem Ipsum.
|
||||
|
||||
|
||||
\subsection{GDB Checker}\label{subsec:gdb-checker}
|
||||
|
||||
Lorem Ipsum.
|
||||
|
||||
|
||||
\subsection{Binary-Rewriting-Based}\label{subsec:binary-rewriting-based}
|
||||
|
||||
\subsubsection{zpoline}
|
||||
|
||||
Lorem Ipsum.
|
||||
\cite{zpoline}
|
||||
|
||||
|
||||
\subsubsection{DataHook}
|
||||
|
||||
Lorem Ipsum.
|
||||
\cite{datahook}
|
||||
|
||||
|
||||
\subsection{Non-Binary-Rewriting-Based}\label{subsec:non-binary-rewriting-based}
|
||||
|
||||
Lorem Ipsum.
|
||||
|
||||
30
thesis/src/04.related-work.tex
Normal file
30
thesis/src/04.related-work.tex
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
\chapter{Related Work}\label{ch:related-work}
|
||||
|
||||
See also Section~\ref{sec:methods-for-intercepting}.
|
||||
|
||||
Lorem Ipsum.
|
||||
|
||||
|
||||
\section{GDB Checker}\label{sec:gdb-checker}
|
||||
|
||||
Lorem Ipsum.
|
||||
|
||||
|
||||
\section{Binary-Rewriting-Based}\label{ec:binary-rewriting-based}
|
||||
|
||||
\subsection{zpoline}\label{subsec:zpoline}
|
||||
|
||||
Lorem Ipsum.
|
||||
\cite{zpoline}
|
||||
|
||||
|
||||
\subsection{DataHook}\label{subsec:datahook}
|
||||
|
||||
Lorem Ipsum.
|
||||
\cite{datahook}
|
||||
|
||||
|
||||
\section{Non-Binary-Rewriting-Based}\label{sec:non-binary-rewriting-based}
|
||||
|
||||
Lorem Ipsum.
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
\chapter{Conclusion}\label{ch:conclusion}
|
||||
\chapter{Evaluation}\label{ch:evaluation}
|
||||
|
||||
Lorem Ipsum.
|
||||
|
||||
4
thesis/src/06.conclusion.tex
Normal file
4
thesis/src/06.conclusion.tex
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
\chapter{Conclusion}\label{ch:conclusion}
|
||||
|
||||
Lorem Ipsum.
|
||||
@@ -152,7 +152,9 @@
|
||||
\input{src/01.introduction}
|
||||
\input{src/02.intercept}
|
||||
\input{src/03.manipulate}
|
||||
\input{src/04.conclusion}
|
||||
\input{src/04.related-work}
|
||||
\input{src/05.evaluation}
|
||||
\input{src/06.conclusion}
|
||||
\backmatter
|
||||
|
||||
% Declare the use of AI tools as mentioned in the statement of originality.
|
||||
|
||||
Reference in New Issue
Block a user