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

Refactor and expose memory map processing. #237

Merged
merged 5 commits into from
Feb 1, 2023

Conversation

afranchuk
Copy link
Contributor

A new MemoryMaps struct is added, which parses all of maps, smaps, and smaps_rollup.

Closes #236.

@eminence
Copy link
Owner

If you rebase onto the latest master branch, the CI issues will clear up (see #239)

A new MemoryMaps struct is added, which parses all of `maps`, `smaps`,
and `smaps_rollup`.

Closes eminence#236.
@afranchuk
Copy link
Contributor Author

Looks good now!

@afranchuk
Copy link
Contributor Author

Hold up, forgot to add the permissions parsing (it could be a separate PR but there's probably no need).

@afranchuk
Copy link
Contributor Author

That should do it :)

@afranchuk
Copy link
Contributor Author

@eminence does this look good now?

@eminence
Copy link
Owner

Sorry about the delay on my side. I'm going to take a look Very Soon Now™

Copy link
Owner

@eminence eminence left a comment

Choose a reason for hiding this comment

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

LGTM, just a few comments. Thanks for working on this

src/process/smaps_rollup.rs Show resolved Hide resolved
src/process/mod.rs Outdated Show resolved Hide resolved
src/process/mod.rs Show resolved Hide resolved
src/process/mod.rs Show resolved Hide resolved
@eminence eminence merged commit 9b6f434 into eminence:master Feb 1, 2023
@afranchuk afranchuk deleted the expose-memory-map-parsing branch February 1, 2023 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose /proc/<pid>/maps parsing (and others)
2 participants