Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create capture-process-snapshot.yml #833

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions nursery/capture-process-snapshot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
rule:
meta:
name: capture process snapshot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you think of any way to make this name a little more descriptive? like what kind of snapshot?

perhaps "capture process memory snapshot"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's multiple information that can be queried, see https://learn.microsoft.com/en-us/windows/win32/api/processsnapshot/ne-processsnapshot-pss_capture_flags, so I suggest data?!

namespace: host-interaction/process/dump
authors:
- "@mr-tz"
scope: function
features:
- or:
- api: PssCaptureSnapshot