retrieving the list of shared cache libraries through sub maps
Hello All, I was writing as I was trying to understand if it is possible to determine the list of libraries mapped inside the shared cache without relying on task->all_image_info_addr. Essentially I want to know if there is a method that can be used to work from the relevant sub maps back to the names of the actual libraries mapped. I have read what I believe are all of the relevant source code files (./osfmk/vm/vm_shared_region.c, ./bsd/vm/vm_unix.c, ./osfmk/vm/vm_map.c, ./osfmk/kern/task.c), but I did not see any data structure or method that could be leveraged to recover such information. Thanks, Andrew (@attrc) _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Case