Mem Searching
Hi everyone
I'm looking for a way to find a string inside another program's memory
The string is in hex (\63\68\65\63\6b\68\61\74\65\32)
Does C++ has any built-in functions to do this
Or am I going to need to create my own function?
You'll need to create your own. If you're injected it's gonna be easy ^^
Look for public sigscanning code