Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は WriteProcessMemory を試しましたが、追加ではなくメモリを置き換えます。
sockaddrオプションを設定して、オンラインゲームの接続をリダイレクトするために使用しようとしています。(私が気にしない別の方法があれば)。
これが完全な情報だと思います。
使用できる別のプロセスにメモリを割り当てるにはVirtualAllocEx()、使用して割り当てに書き込むことができWriteProcessMemory()ます。
VirtualAllocEx()
WriteProcessMemory()