It possible to execute arbitrary machine code from a variable memory location in Windows? I don't really understand the memory layout of a windows program or if code and variable memory space is strictly divided..
Asked
Active
Viewed 37 times
1
-
You might want to read up on [W^X or DEP](https://en.wikipedia.org/wiki/W%5EX) – Damien_The_Unbeliever Mar 16 '23 at 07:28