1
0

thesis: Add Evaluation and Related Work Chapters

This commit is contained in:
2025-08-05 14:35:11 +02:00
parent fdf999d0af
commit 42c02c2199
5 changed files with 38 additions and 33 deletions

View File

@@ -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.