FINAL VERSION

This commit is contained in:
h3xduck
2022-06-23 14:04:48 -04:00
parent 51c4391c97
commit 559136e92e
8 changed files with 258 additions and 49 deletions

View File

@@ -78,7 +78,7 @@ By observing the value of the registers, we can extract the parameters of the or
\begin{table}[H]
\begin{tabular}{|>{\centering\arraybackslash}p{2cm}|>{\centering\arraybackslash}p{3cm}|}
\hline
\multicolumn{2}{|c|}{User interface}\\
\multicolumn{2}{|c|}{\textbf{USER INTERFACE}}\\
\hline
\textbf{REGISTER} & \textbf{PURPOSE}\\
\hline
@@ -101,9 +101,9 @@ rax & Return value\\
\quad
\begin{tabular}{|>{\centering\arraybackslash}p{2cm}|>{\centering\arraybackslash}p{3cm}|}
\hline
\multicolumn{2}{|c|}{Kernel interface}\\
\multicolumn{2}{|c|}{\textbf{KERNEL INTERFACE}}\\
\hline
Register & Purpose\\
\textbf{REGISTER} & \textbf{PURPOSE}\\
\hline
\hline
rdi & 1st argument\\