Im trying to find out if there is a simple way of searching for a sequence of bytes in a programs memory. More specifically, I want to search through a dll that is loaded into memory and find the VA/RVA of the address where those bytes are. Is this possible?
I know I can read the contents of a dll and then search, but I not sure how I can get the VA/RVA of the location.
Thanks