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.
|
||||
|
||||
Reference in New Issue
Block a user