diff --git a/thesis/intercept_v1.0.pdf b/thesis/intercept_v1.0.pdf index 12b3f30..ae84bdf 100644 Binary files a/thesis/intercept_v1.0.pdf and b/thesis/intercept_v1.0.pdf differ diff --git a/thesis/src/02.intercept.tex b/thesis/src/02.intercept.tex index 53172c6..6a3046f 100644 --- a/thesis/src/02.intercept.tex +++ b/thesis/src/02.intercept.tex @@ -298,10 +298,10 @@ Example: \texttt{open(0x1234:"test.txt", 0102:|O\_CREAT|O\_RDWR|, 0644)}. \subsection{Constants}\label{subsec:retrieving-constants} -For some functions constants are used. +For some functions, constants are used. These constants are typically implemented as C macros (\texttt{\#define}) in the source code. This makes the source code more readable (and portable). -Constants are represented as an integer again followed by a colon, this time without any special characters to distinguish them from other types. +Constants are represented as an integer, again followed by a colon, this time without any special characters to distinguish them from other types. Example: \texttt{socket(2:AF\_INET, 1:SOCK\_STREAM, 6)}.