C++記憶體掃描

青山下發表於2024-05-22
如果你是想了解如何在C++中實現記憶體掃描功能,你可以使用Windows API函式ReadProcessMemory來讀取外部程序的記憶體,結合VirtualAllocExWriteProcessEx來改變記憶體資料。

相關文章