gpt4 book ai didi

linux - 在 QNX 中检索自身进程的内存映射

转载 作者:太空宇宙 更新时间:2023-11-04 10:42:13 26 4
gpt4 key购买 nike

在 Linux 中,如果我们查看/proc/self/maps:

00400000-004ef000 r-xp 00000000 08:01 12845058                           /bin/bash
006ef000-006f0000 r--p 000ef000 08:01 12845058 /bin/bash
006f0000-006f9000 rw-p 000f0000 08:01 12845058 /bin/bash
006f9000-006ff000 rw-p 00000000 00:00 0
00d5a000-010a2000 rw-p 00000000 00:00 0 [heap]
7f6fe582a000-7f6fe5835000 r-xp 00000000 08:01 1048595 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f6fe5835000-7f6fe5a34000 ---p 0000b000 08:01 1048595 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f6fe5a34000-7f6fe5a35000 r--p 0000a000 08:01 1048595 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f6fe5a35000-7f6fe5a36000 rw-p 0000b000 08:01 1048595 /lib/x86_64-linux-gnu/libnss_files-2.19.so

我想要 Qnx 的路径名和起始地址等信息。我怎样才能得到这些信息?

我的分析说Qnx中没有/proc/self/maps文件。

最佳答案

尝试使用这个:

pidin -p<process> mapinfo

关于linux - 在 QNX 中检索自身进程的内存映射,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34587285/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com