[ prog / sol / mona ]

prog


how to write direct to memory under protected mode?

10 2024-06-09 10:35

>>1

For self modifying code you need mmap or its windows analog.
Both support remapping memory as executable.
Only iOS doesn't allow self modifying code.
Because Apple wants to completely control what is allowed to execute.
They even ban virtual machines, including Lisp systems.

43


VIP:

do not edit these