安哥v 發表於 2017-10-27 13:24:23

qwas963563 發表於 2017-10-27 13:24:24

Dim Temp as Long

ReadProcessMemory(hProcess, &H0019f19c, Temp, 4, False)
ReadProcessMemory(hProcess, intTemp + (&H5578), Temp, 4, False)這樣 Temp 就是你要的指針的值了

prt 發表於 2017-10-27 14:01:06

你的讀取的名稱.Text = 你的API模組("0019f19c", "5578")

安哥v 發表於 2017-10-29 19:43:59

prt 發表於 2017-10-29 19:55:01

安哥v 發表於 2017-10-29 19:43 static/image/common/back.gif
不好意思 請問讀取的名稱是什麼意思 API模組是指writememory那個嗎

你去看看龍大的源馬 就知道了

prt 發表於 2017-10-29 19:55:26

安哥v 發表於 2017-10-29 19:43 static/image/common/back.gif
不好意思 請問讀取的名稱是什麼意思 API模組是指writememory那個嗎

裡面有  讀取+API的名稱
頁: [1]
查看完整版本: 關於指針和基址的問題 寫入vb6 求教學!!