Skip to content

Commit 898e70e

Browse files
committed
Added header.
1 parent f6166d8 commit 898e70e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NtObjectManager/Cmdlets/Object/FormatNtJobCmdlet.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ private void FormatSilo(NtJob job)
149149
var user_data = job.QuerySiloUserSharedData(false);
150150
if (!user_data.IsSuccess)
151151
return;
152+
WriteObject("[Silo Shared User Data]");
152153
WriteObject($"Console ID : {user_data.Result.ActiveConsoleId}");
153154
WriteObject($"Foreground PID: {user_data.Result.ConsoleSessionForegroundProcessId}");
154155
WriteObject($"Service SID : {user_data.Result.ServiceSessionId}");

0 commit comments

Comments
 (0)