Hello,
I am trying to make a small utility that will search a process's memory for a specified value. I am currently able to both read and write memory values. But I'm not sure how I would go about scanning the memory for a value and getting it's base address. Could someone please enlighten me on how to do this or point me towards a resource which will help me figure this out?
Thanks!