Signature/AoB Scanning for every occurence in process memory

0

I want to find every occurence of a array of byte and save the pointers to a array, problem is the AoB's aren't in a module but in a allocated memory and I have no idea how to do that I was following this tutorial https://www.youtube.com/watch?v=jLfPdujSuRA and got the updated source code and well it works but only for the modules. Can anyone help me edit this code to scan through the entire process memory and save them all to a array? I was trying some stupid things like adding 0xFFFFFFFF to end of exe module address to make it scan entire area where the AoB's would be but that didnt work and it just returned 0

c++
memory
signature
asked on Stack Overflow Sep 25, 2020 by Eric Schechter

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0