thesis: Move Related Work to beginning
This commit is contained in:
@@ -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}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user