I was wondering if there is any way to allocate memory in a process and have that memory be r/w & executable?
I found System.Runtime.InteropServices.Marshal.AllocHGlobal
, dunno if that the thing I am looking for, if so then how does it work? I don't really understand it, where is the allocated memory located.