filename of memory mapped libraries osx

2019-06-23 17:35发布

I need to get the filenames of all memory mapped libraries of the current application. Currently I'm going through all mapped libraries via vm_region. Sadly it doesn't provide information about the filename of the current region. Is there a way to get this information in c without doing popen on vmmap ?

1条回答
啃猪蹄的小仙女
2楼-- · 2019-06-23 18:19
查看更多
登录 后发表回答