Max a écrit :
Hmmmm... what's a TEB (or NT_TIB) ??? :-)
TEB: Thread execution block... it's the descriptor of any running thread in the system (see include/thread.h) on NT, the TEB starts with a thread information block
Little question... where can I find some info to understand unix page protection schemes ? Need it to look deeper in VirtualQuery functions, it seems to me there's some bug there
man mmap ? but imo that's more linked to the way we load the executable and it's a bit more tricky than pure page protection issues A+