diff --git a/thesis/src/04.comparison.tex b/thesis/src/04.comparison.tex new file mode 100644 index 0000000..b7363cb --- /dev/null +++ b/thesis/src/04.comparison.tex @@ -0,0 +1,4 @@ + +\chapter{Comparison to similar Solutions}\label{ch:comparison} + +Lorem Ipsum. diff --git a/thesis/src/05.conclusion.tex b/thesis/src/05.conclusion.tex deleted file mode 100644 index b654ec0..0000000 --- a/thesis/src/05.conclusion.tex +++ /dev/null @@ -1,6 +0,0 @@ - -\chapter{Conclusion}\label{ch:conclusion} - -Lorem Ipsum. - -Perhaps do some study/``research'' on performance (CPU/memory/\dots). diff --git a/thesis/src/04.related-work.tex b/thesis/src/05.related-work.tex similarity index 61% rename from thesis/src/04.related-work.tex rename to thesis/src/05.related-work.tex index b2710f3..bd55591 100644 --- a/thesis/src/04.related-work.tex +++ b/thesis/src/05.related-work.tex @@ -6,3 +6,7 @@ Lorem Ipsum. What other solutions are available? What are the differences? What are the characteristics? + + +https://sholtrop.dev/blog/on-intercepting-linux-syscalls/ +https://github.com/yasukata/zpoline diff --git a/thesis/src/06.conclusion.tex b/thesis/src/06.conclusion.tex new file mode 100644 index 0000000..e8c163b --- /dev/null +++ b/thesis/src/06.conclusion.tex @@ -0,0 +1,9 @@ + +\chapter{Conclusion}\label{ch:conclusion} + +Lorem Ipsum. + +Perhaps do some study/``research'' on performance (CPU/memory/\dots). + +%\attachfile[appearance=false,print=false,mimetype=text/plain,description=intercept.c]{../proj/intercept/src/intercept.c} +%\attachfile[appearance=false,print=false,mimetype=text/plain,description=Makefile]{../proj/intercept/Makefile} diff --git a/thesis/thesis.tex b/thesis/thesis.tex index b66a13b..cfa7347 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -41,6 +41,7 @@ \usepackage{chngcntr} \counterwithin{listing}{chapter} \usepackage{pgf-umlsd} +%\usepackage{attachfile} \newcommand{\newthreadShift}[4][gray!30]{ \newinst[#4]{#2}{#3} @@ -147,8 +148,9 @@ \input{src/01.introduction} \input{src/02.intercept} \input{src/03.manipulate} -\input{src/04.related-work} -\input{src/05.conclusion} +\input{src/04.comparison} +\input{src/05.related-work} +\input{src/06.conclusion} \backmatter % Declare the use of AI tools as mentioned in the statement of originality.