Search code examples
c#.netsearchreadprocessmemory

Fast way to search for particular string (or byte array) in another process memory in C#?


Please post a working source code example (or link) of how to search string in another process memory and getting offset of match if found. The similar way its done in game cheating utils which search for values in game memory using ReadProcessMemory.


Solution

  • String searching algorithm on Wikipedia.