Quoting Oren Laadan (orenl@xxxxxxxxxxxxxxx): > Hmmm... IIUC from the text above then: > > ptr = mmap(NULL, size, MMAP_EXEC | ... ) > memcpy(ptr, src, size); > mremap(src, size, size, MREMAP_FIXED | ..., ptr); What is src and size? Hmm, I guess you can get that from /proc/self/maps. Cool. -serge _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers