Draft wamr modifications + host program structure sections
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user