1
0

thesis: Add chapter 5: comparison

This commit is contained in:
2025-07-24 15:42:22 +02:00
parent 82d75417ef
commit a4c9879472
5 changed files with 21 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
\chapter{Comparison to similar Solutions}\label{ch:comparison}
Lorem Ipsum.

View File

@@ -1,6 +0,0 @@
\chapter{Conclusion}\label{ch:conclusion}
Lorem Ipsum.
Perhaps do some study/``research'' on performance (CPU/memory/\dots).

View File

@@ -6,3 +6,7 @@ Lorem Ipsum.
What other solutions are available? What other solutions are available?
What are the differences? What are the differences?
What are the characteristics? What are the characteristics?
https://sholtrop.dev/blog/on-intercepting-linux-syscalls/
https://github.com/yasukata/zpoline

View File

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

View File

@@ -41,6 +41,7 @@
\usepackage{chngcntr} \usepackage{chngcntr}
\counterwithin{listing}{chapter} \counterwithin{listing}{chapter}
\usepackage{pgf-umlsd} \usepackage{pgf-umlsd}
%\usepackage{attachfile}
\newcommand{\newthreadShift}[4][gray!30]{ \newcommand{\newthreadShift}[4][gray!30]{
\newinst[#4]{#2}{#3} \newinst[#4]{#2}{#3}
@@ -147,8 +148,9 @@
\input{src/01.introduction} \input{src/01.introduction}
\input{src/02.intercept} \input{src/02.intercept}
\input{src/03.manipulate} \input{src/03.manipulate}
\input{src/04.related-work} \input{src/04.comparison}
\input{src/05.conclusion} \input{src/05.related-work}
\input{src/06.conclusion}
\backmatter \backmatter
% Declare the use of AI tools as mentioned in the statement of originality. % Declare the use of AI tools as mentioned in the statement of originality.