ReadProcessMemory 函数的第二个参数,应该传递什么

解决方案 »

  1.   

    http://blog.csdn.net/coolszy/article/details/5524253就是你从哪里读取的起始地址。
      

  2.   

    lpBaseAddress 
    A pointer to the base address in the specified process from which to read. Before any data transfer occurs, the system verifies that all data in the base address and memory of the specified size is accessible for read access, and if it is not accessible the function fails.