_MemoryWrite为什么无法写入?但可以读取到基值!!
$Mem=WinGetProcess($Title)$handle=_MemoryOpen($Mem)
$Address1=_MemoryRead("0x" & Hex($Address),$handle,'dword')
$Address2=_MemoryRead("0x" & Hex($Address1+$yiji),$handle,'dword')
$xueshuzhi=_MemoryRead("0x" & Hex($Address2+$erji),$handle,"dword")
;MsgBox(0,"",$xueshuzhi)
_MemoryWrite("0x" & Hex($Address+$yiji+$erji), $handle, $shuzhi1,"dword")
;_MemoryClose($Mem)
页:
[1]