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.

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

View File

@@ -1,5 +1,5 @@
\chapter{Conclusion}\label{ch:conclusion}
\chapter{Evaluation}\label{ch:evaluation}
Lorem Ipsum.

View File

@@ -0,0 +1,4 @@
\chapter{Conclusion}\label{ch:conclusion}
Lorem Ipsum.

View File

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