homework_4 Version 0 |
|
👤 Author: by jarvis 2017-10-26 15:11:46 |
Windows:
Every process in Windows is an EPROCESS structure. In addition to the properties of the process, this structure also refers to other structures that are closely related to the implementation process. For example, each process has one or more threads, the thread in the system is the ETHREAD structure. Briefly describe the main information that exists in this structure, which is known from the study of kernel functions. First, there are KPROCESS structures in the structure, which also