請問要怎樣透過system call查看一個process的memory address - Linux

Doris avatar
By Doris
at 2010-11-28T21:02

Table of Contents

我用的kernel是linux-2.6.18.1

希望用system call 找到指定的process的virtual memory

然後用那個process的translation tables找到它對應的physical address配置

--
Tags: Linux

All Comments

Jake avatar
By Jake
at 2010-12-01T15:54
你這問題有點硬喔,有請神手!!
Mary avatar
By Mary
at 2010-12-06T05:51
這個…我也想知道 ^_^
Oscar avatar
By Oscar
at 2010-12-10T06:55
同學你知道答案了嗎

hello.c在arm linux下運行失敗

Mason avatar
By Mason
at 2010-11-28T18:19
compile的平台是linux x86 我用arm-linux-gcc hello.c -o hello 然後用usb copy到實驗版的/tmp 然後cd /tmp 然後執行./hello 結果出現 ./hello: no such file or directory 卡關卡好久了 救救我阿 ...

關於ssh登入免密碼的問題

Ursula avatar
By Ursula
at 2010-11-28T10:44
你好: 我猜可能是authorized_keys的問題. 你在電腦1執行: # ssh-keygen -t rsa 過程中會問你輸入使用此key的passphase, 你可以輸入或不輸入 若有passphase的話, 連線到電腦2時會問你passphase而不是對方的密碼. 話說回來, 我 ...

linux的ftp登錄問題

Candice avatar
By Candice
at 2010-11-28T09:34
使用fedora,以vsftpd架設ftp server 但是不管是root還是任何使用者登錄時候 ftp client都會顯示530 login incorrect 匿名使用者能成功登錄,但是要上傳資料時候 卻會出現550 permission denied 想請 ...

關於ssh登入免密碼的問題

Genevieve avatar
By Genevieve
at 2010-11-27T23:01
沒有回答 原PO的問題 只是剛好有個 bash script 也是做同樣的事情 跟大家分享: #!/bin/bash # remote username andamp; remote host r_usr=kiani r_host=remote-host.net cd ~ ssh-keygen -t ...

關於ssh登入免密碼的問題

Tristan Cohan avatar
By Tristan Cohan
at 2010-11-27T21:09
我現在有兩台電腦 要做互相登入免密碼 我先介紹一下兩台電腦 我兩台電腦使用者名稱假設都是davidou 一台ip為 192.168.1.200 電腦1 一台ip為 192.168.1.201 電腦2 所以我在(電腦1)一般使用者的/home/davidou下執行 ssh-keygen -t rsa 然 ...