winapi - In Windows, is it possible to grant another process access to a section of your own process's memory? -
i know reverse possible (use virtualallocex gain temporary access process's memory), there win32 function gives process ability grant process temporary access section of own memory?
yes, windows processes can share memory. see createfilemapping , mapviewoffile. processes each use same name create or access shared region.
Comments
Post a Comment