libandroid-shmem icon indicating copy to clipboard operation
libandroid-shmem copied to clipboard

shmem: improvements

Open Maxython opened this issue 10 months ago • 3 comments

The possibility of remote interaction with shmem is implemented, i.e. the shmem socket is multifunctional and can not only send data, but also start an action and update shmem data. This allows you to implement shmem actions close to the original system V shared memory from Linux. For example:

  • Delete shmem if the process is not native
  • Count the number of attached and process ids

Maxython avatar Feb 03 '25 17:02 Maxython