CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 17:24:57 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/rabbitstack/fibratus.git
etag: W/"b65e54df93dae13eed7bf51fdcbdca84"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=5RqCpHQuhUWFPYpeVvCm0nUxy%2BPKb97KNPWJ9dxfsBbncGU%2FzvaXlg5kfWU5y0Qb5QHdRKgJkzZc%2Fl%2B4k6mKZx6NejAApl7%2B74dbGycXRkoWhAr6jtprfAgLpgHK79bhFWmhSrWGsb0L23c5lV5jaNB7cZwT1mxpBuiPTnwKhUxKUJLtOx%2Bd40vUCcuW356ZbHsQbSKjz73rXcxfOsmH7efaw4B5gOP9HD0g6sQZCbEAP5%2FMbW9kRGnB%2FNp12fAr72Jb1mhz4FyJS%2BCW78XKfg%3D%3D--e21PC9LUsJNaJ2km--6hMyrn%2BHYJueN93D9ibffw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1948679764.1753637096; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 17:24:56 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 17:24:56 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B5C8:0A67:59C495:71B5D9:688660E8
feat(proc): Augment process state with creation flags · rabbitstack/fibratus@bfdceb7 · GitHub
Copy file name to clipboardExpand all lines: pkg/ps/snapshotter_windows.go
Copy file name to clipboardExpand all lines: pkg/ps/snapshotter_windows_test.go
Copy file name to clipboardExpand all lines: pkg/ps/types/types_windows.go
Copy file name to clipboardExpand all lines: pkg/sys/zsyscall_windows.go
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit bfdceb7
committed
feat(proc): Augment process state with creation flags
The process state is enriched with three new attributes designating if the process is a 32-bit process executed in Windows 64 bit subsystem, if the process is packaged, and if the process is protected, respectively.1 parent be05bab commit bfdceb7Copy full SHA for bfdceb7
File tree
Expand file treeCollapse file tree
6 files changed
+116
-25
lines changedFilter options
- pkg
- ps
- types
- sys
Expand file treeCollapse file tree
6 files changed
+116
-25
lines changedpkg/ps/snapshotter_windows.go
Copy file name to clipboardExpand all lines: pkg/ps/snapshotter_windows.go+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
| 323 | + | |
| 324 | + | |
| 325 | + | |
323 | 326 |
| |
324 | 327 |
| |
325 | 328 |
| |
| |||
544 | 547 |
| |
545 | 548 |
| |
546 | 549 |
| |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
547 | 560 |
| |
548 | 561 |
| |
549 | 562 |
| |
|
pkg/ps/snapshotter_windows_test.go
Copy file name to clipboardExpand all lines: pkg/ps/snapshotter_windows_test.go+47-25Lines changed: 47 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
| |||
89 | 93 |
| |
90 | 94 |
| |
91 | 95 |
| |
| 96 | + | |
92 | 97 |
| |
93 | 98 |
| |
94 | 99 |
| |
| |||
102 | 107 |
| |
103 | 108 |
| |
104 | 109 |
| |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
109 | 117 |
| |
110 | 118 |
| |
111 | 119 |
| |
| |||
120 | 128 |
| |
121 | 129 |
| |
122 | 130 |
| |
| 131 | + | |
123 | 132 |
| |
124 | 133 |
| |
125 | 134 |
| |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
136 | 148 |
| |
137 | 149 |
| |
138 | 150 |
| |
| |||
197 | 209 |
| |
198 | 210 |
| |
199 | 211 |
| |
| 212 | + | |
200 | 213 |
| |
201 | 214 |
| |
202 | 215 |
| |
| |||
236 | 249 |
| |
237 | 250 |
| |
238 | 251 |
| |
| 252 | + | |
239 | 253 |
| |
240 | 254 |
| |
241 | 255 |
| |
| |||
316 | 330 |
| |
317 | 331 |
| |
318 | 332 |
| |
| 333 | + | |
319 | 334 |
| |
320 | 335 |
| |
321 | 336 |
| |
| |||
363 | 378 |
| |
364 | 379 |
| |
365 | 380 |
| |
| 381 | + | |
366 | 382 |
| |
367 | 383 |
| |
368 | 384 |
| |
| |||
427 | 443 |
| |
428 | 444 |
| |
429 | 445 |
| |
| 446 | + | |
430 | 447 |
| |
431 | 448 |
| |
432 | 449 |
| |
| |||
476 | 493 |
| |
477 | 494 |
| |
478 | 495 |
| |
| 496 | + | |
479 | 497 |
| |
480 | 498 |
| |
481 | 499 |
| |
| |||
489 | 507 |
| |
490 | 508 |
| |
491 | 509 |
| |
| 510 | + | |
492 | 511 |
| |
493 | 512 |
| |
494 | 513 |
| |
| |||
520 | 539 |
| |
521 | 540 |
| |
522 | 541 |
| |
523 |
| - | |
| 542 | + | |
524 | 543 |
| |
| 544 | + | |
| 545 | + | |
| 546 | + | |
525 | 547 |
| |
526 | 548 |
| |
527 | 549 |
| |
|
pkg/ps/types/types_windows.go
Copy file name to clipboardExpand all lines: pkg/ps/types/types_windows.go+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
86 | 94 |
| |
87 | 95 |
| |
88 | 96 |
| |
|
+38Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
34 | 60 |
| |
35 | 61 |
| |
36 | 62 |
| |
| |||
73 | 99 |
| |
74 | 100 |
| |
75 | 101 |
| |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
76 | 114 |
| |
77 | 115 |
| |
78 | 116 |
| |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
|
pkg/sys/zsyscall_windows.go
Copy file name to clipboardExpand all lines: pkg/sys/zsyscall_windows.go+9Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
You can’t perform that action at this time.
0 commit comments