Skip to content

Commit c6e5846

Browse files
committed
reinstate change on line 92
1 parent 345c30e commit c6e5846

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
################################################################################
44

55
/x64
6+
/Backstab/x64/Release
7+
/.vs/Backstab/v16
8+
/Backstab/x64/Debug

Backstab/ProcExp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ BOOL PrintProtectedHandleInformation(ULONGLONG ulPID, ULONGLONG ulProtectedHandl
8989

9090
if (ProcExpGetObjectInformation(data, IOCTL_GET_HANDLE_NAME, szName)) {
9191
ProcExpGetObjectInformation(data, IOCTL_GET_HANDLE_TYPE, szType);
92-
printf("[%#llu] [%ws]: %ws\n", data.ulHandle, szType + 2, szName + 2);
92+
printf("[%#x] [%ws]: %ws\n", data.ulHandle, szType + 2, szName + 2);
9393
}
9494

9595
return TRUE;

0 commit comments

Comments
 (0)