Hi friends..
Is there a way in vb.net to check whether new memory pages have been created inside a process(such as winlogon, svchost etc)
For eg : if i there is a certain value that may change if new memory pages are created inside the process. Then i can compare the previous value and the new value (after pages have been created) and make it sure that new pages have been created inside that process.
Is that possible. Need ideas and suggestions. Thanx guys..