Annotate values as @UserMemory
or @KernelMemory
and generate proper accessors
#29
Labels
enhancement
New feature or request
Some method parameters (e.g., system call hooks) are stored in user memory and must be accessed via specific methods. Autogenerate code for this if possible (and if not, force the user to use the accessor methods).
The text was updated successfully, but these errors were encountered: