A quick way to find a specific string (or byte array) in another process memory in C #?

Please post a sample source code (or link) on how to search for a string in another process memory and get a match offset if found. Similarly, this is done in the game tricks utils, who look up values ​​in game memory using ReadProcessMemory.

+3
source share
2 answers
+1
source

, Memory Mapped Files . Win32 P/Invokes #, . Code Project , .

0

Source: https://habr.com/ru/post/1697754/


All Articles