Quote:
Originally Posted by ddarek
Ahhh awsome
uC... u should share with your search routine for other priject
Majority of them stopped working after update
|
Search the memory for patterns, do not use static addresses or pointers, they will break with updates, while patterns "mostly" remain, unless they actual change the code how the function is working.
Just something to work with if you care (which you hopefully do):
Kind of simplified way in AutoIT, doing it in c++ simply aim for the corresponding memory manager library set.
[Only registered and activated users can see links. Click Here To Register...]
The functions are used to scan for patterns, as said, thats a better way to get your memory working without being dependent on pointers that change.