From 76c95ef62b18c9579088b4493b7360c1e945da4e Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Sun, 31 Aug 2025 21:38:45 +0200 Subject: [PATCH] thesis: Move Related Work to beginning --- thesis/src/{04.related-work.tex => 02.related-work.tex} | 2 +- thesis/src/{02.intercept.tex => 03.intercept.tex} | 0 thesis/src/{03.manipulate.tex => 04.manipulate.tex} | 0 thesis/thesis.tex | 6 +++--- 4 files changed, 4 insertions(+), 4 deletions(-) rename thesis/src/{04.related-work.tex => 02.related-work.tex} (98%) rename thesis/src/{02.intercept.tex => 03.intercept.tex} (100%) rename thesis/src/{03.manipulate.tex => 04.manipulate.tex} (100%) diff --git a/thesis/src/04.related-work.tex b/thesis/src/02.related-work.tex similarity index 98% rename from thesis/src/04.related-work.tex rename to thesis/src/02.related-work.tex index f524c41..f9b8097 100644 --- a/thesis/src/04.related-work.tex +++ b/thesis/src/02.related-work.tex @@ -3,7 +3,7 @@ This chapter gives a rough overview on techniques and methods to intercept or hook system calls and function calls. See also Section~\ref{sec:methods-for-intercepting}. -Many methods have already been discussed there. +Some relevant methods will be discussed there in more detail. \section{Function Call Interception}\label{sec:function-call-interception} diff --git a/thesis/src/02.intercept.tex b/thesis/src/03.intercept.tex similarity index 100% rename from thesis/src/02.intercept.tex rename to thesis/src/03.intercept.tex diff --git a/thesis/src/03.manipulate.tex b/thesis/src/04.manipulate.tex similarity index 100% rename from thesis/src/03.manipulate.tex rename to thesis/src/04.manipulate.tex diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 6842b94..585bbb5 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -158,9 +158,9 @@ % Switch to arabic numbering and start the enumeration of chapters in the table of content. \mainmatter \input{src/01.introduction} -\input{src/02.intercept} -\input{src/03.manipulate} -\input{src/04.related-work} +\input{src/02.related-work} +\input{src/03.intercept} +\input{src/04.manipulate} \input{src/05.evaluation} \input{src/06.conclusion} \backmatter