How to change a value in memory space of another process

后端 未结 4 623
名媛妹妹
名媛妹妹 2021-01-31 05:31

If you could help me with this dilemma I have. Now, I know C \\ C++, I know asm, I know about dll injection, I know about virtual memory addressing, but I just can\'t figure out

4条回答
  •  别那么骄傲
    2021-01-31 06:13

    You can't do this with Standard C or C++ - you have to use operating system specific features. So you need to tell us which OS you are interested in.

提交回复
热议问题