-
Notifications
You must be signed in to change notification settings - Fork 32
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
Implement process.name #332
Conversation
modified: docs/_docs/user-guide/eldritch.md modified: implants/lib/eldritch/src/process/name_impl.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey adm1nPanda,
Thank you for submitting a PR!
We're excited to have you contribute I've left a few questions and suggestions. Really great job on your first PR 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 🚀
windows workflow failing in actions but passes in my lab. made some changes which i hope will clear this time |
Codecov Report
@@ Coverage Diff @@
## main #332 +/- ##
==========================================
+ Coverage 75.06% 75.17% +0.11%
==========================================
Files 100 100
Lines 6545 6591 +46
==========================================
+ Hits 4913 4955 +42
- Misses 1545 1549 +4
Partials 87 87
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Looks good! Go ahead and sqaush and merge. |
What type of PR is this?
/kind feature
/kind eldritch-function
What this PR does / why we need it:
Implement process.name as per #58
Which issue(s) this PR fixes:
Fixes #58