Implement svcGetHandleInfo, svcOpenProcess/Thread, svcGetProcessList (#6243)
* Implement svcGetHandleInfo, svcOpenProcess/Thread, svcGetProcessList * Apply suggestions * Add comment to stubbed enum values in svcGetHandleInfo * Revert u32 -> size_t
This commit is contained in:
parent
a298e4969b
commit
9c6035f254
4 changed files with 145 additions and 12 deletions
|
@ -185,6 +185,9 @@ public:
|
|||
/// The id of this process
|
||||
u32 process_id;
|
||||
|
||||
// Creation time in ticks of the process.
|
||||
u64 creation_time_ticks;
|
||||
|
||||
/**
|
||||
* Parses a list of kernel capability descriptors (as found in the ExHeader) and applies them
|
||||
* to this process.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue