liupeng1990607 发表于 2013-2-23 19:50:08

_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]
查看完整版本: _MemoryWrite为什么无法写入?但可以读取到基值!!