Add first tag handlers for svchost, app image, net

This commit is contained in:
Daniel
2022-10-03 22:12:04 +02:00
parent d60329e130
commit fd0ce5732d
8 changed files with 259 additions and 35 deletions

View File

@@ -2,6 +2,3 @@ package process
// SystemProcessID is the PID of the System/Kernel itself.
const SystemProcessID = 0
// specialOSInit does special OS specific Process initialization.
func (p *Process) specialOSInit() {}