Newb question:
I just created a simple C++ app that uses a memcpy() so I can see how it works, and practice my RE foo. The question is this, through a straight hook you will get the *source, *dest, and the size which is fine, but is there a way that you would be able to determine the size of the src/dest based on where they point? Anyone ever done something like that?






