By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
| Process id, this always begins at 0x0 for the first process.
| Process id, this always begins at 0x0 for the first process.
+
|-
+
| 0xC8
+
| KThread*
+
| Pointer to the process's main thread.
|-
|-
| 0xDC
| 0xDC
| KProcessHandleTable
| KProcessHandleTable
| This is the data for tracking and using all of the KProcess's handles.
| This is the data for tracking and using all of the KProcess's handles.
+
|-
+
| 0xF4
+
| HandleData[0x28]
+
| These internal HandleData entries are only used if the exheader's handle table size is 0
|}
|}
Line 373:
Line 381:
| 0x18
| 0x18
| HandleData[28]
| HandleData[28]
−
| This small handle data table internal to the KProcess is only used in certain processes that don't have an external handle data table in FCRAM. It is all zeros in most processes.
+
| This small handle data table, internal to the KProcess, is only used in certain processes that don't have an external handle data table in FCRAM. It is all zeros in most processes.