Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルを読み取ることができることは知っています/proc/$PID/mapsが、プロセスメモリマッピングを取得するためのAPIがあるかどうか疑問に思っていました。
/proc/$PID/maps
カーネルには、この情報を 1 つのシステムコールで取得するための API はありません。唯一の普遍的な方法は、/proc/self/mapsファイルを読み取って解析することです。
/proc/self/maps