Expose system process object

This commit is contained in:
2026-07-09 08:54:22 +02:00
parent 34acfe2b8b
commit 7db52a816f
3 changed files with 22 additions and 0 deletions

View File

@@ -17,9 +17,13 @@ namespace PS
{
class Process
{
private:
STATIC PEPROCESS SystemProcess;
public:
STATIC XTAPI XTSTATUS CreateIdleProcess(IN PKPROCESSOR_CONTROL_BLOCK Prcb);
STATIC XTFASTCALL PEPROCESS GetCurrentProcess(VOID);
STATIC XTFASTCALL PEPROCESS GetSystemProcess(VOID);
};
}