-
Notifications
You must be signed in to change notification settings - Fork 16
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
memparse: add search functionality to memparse #141
Conversation
3c8779b
to
68a6faf
Compare
68a6faf
to
04dec1a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #141 +/- ##
==========================================
+ Coverage 78.73% 81.50% +2.77%
==========================================
Files 11 11
Lines 1260 1060 -200
==========================================
- Hits 992 864 -128
+ Misses 201 126 -75
- Partials 67 70 +3 ☔ View full report in Codecov by Sentry. |
04dec1a
to
6011f85
Compare
694ce19
to
5b6e6b2
Compare
5b6e6b2
to
d3be9c5
Compare
Hi @behouba! If you feel the changes on go-criu are ready, we can make a new release of the library and update this PR. What do you think? |
Hi @snprajwal! I think we’re ready for a new release of go-criu. I’ve been testing the new feature on various checkpoints, and everything seems to be working well so far. Let’s proceed with a new release of the library ) |
Signed-off-by: Kouame Behouba Manasse <[email protected]>
This commit adds `--search`, `--search-regex` and `--context` flags to `memparse`, enabling pattern search in a process's memory pages. Signed-off-by: Kouame Behouba Manasse <[email protected]>
d3be9c5
to
53a0c25
Compare
…lags in `memparse` Signed-off-by: Kouame Behouba Manasse <[email protected]>
53a0c25
to
c5c2f1e
Compare
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.
LGTM! This is an awesome feature, thanks :D
@rst0git PTAL |
…mparse man page. Signed-off-by: Kouame Behouba Manasse <[email protected]>
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.
LGTM
This draft PR is intended to help evaluate the performance of #163. It introduces
--search
and--context
flags tomemparse
, enabling pattern searches within a process's memory pages.Example usage: