mercredi 27 décembre 2017

Iterating through process's allocated pages - C++

I've worked a bit with processes in linux, and am now starting to work with windows. It seems to be a bit different as i'm getting a hard time finding the right way to get to what I want.

My question is: I need to iterate through some process's (specific PID that I already found) allocated pages under a page size condition. 1. How do I do such iteration? 2. Once i'm iterating, where can I find the page size?

Aucun commentaire:

Enregistrer un commentaire