Draft wamr modifications + host program structure sections

This commit is contained in:
2026-09-11 17:03:16 +02:00
parent 0d4c0fb3c9
commit 63531014d6
24 changed files with 526 additions and 190 deletions
@@ -0,0 +1,15 @@
%! TeX program = lualatex
%! TeX root = ../../thesis.tex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
\section{Controlling What Gets Injected/Memory Isolation}\label{sec:controllingmemoryisolation}
\begin{itemize}
\item How can the WAMR allocators be used to control what gets injected? They cannot. --catch-write-textsegment doesn't prevent injection, just writes of the regular program.
\item --catch-write-textsegment (does NOT prevent injections into the textsegment!)
\item --catch-outerspace
\end{itemize}
\end{document}