Windows编程的一些基础理论

Windows进程组成

Windows系统架构

用户模式 和 内核模式
3、指针长度
All pointers are the same size in a particular process
4 bytes in 32-bit processes
8 bytes in 64-bit processes

Windows进程组成

Windows系统架构

用户模式 和 内核模式
3、指针长度
All pointers are the same size in a particular process
4 bytes in 32-bit processes
8 bytes in 64-bit processes