Skip to content

Refactor and expose memory map processing.#237

Merged
eminence merged 5 commits intoeminence:masterfrom
afranchuk:expose-memory-map-parsing
Feb 1, 2023
Merged

Refactor and expose memory map processing.#237
eminence merged 5 commits intoeminence:masterfrom
afranchuk:expose-memory-map-parsing

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 afranchuk force-pushed the expose-memory-map-parsing branch from 305ff7d to 1f74b8a Compare January 23, 2023 19:10
@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

@afranchuk afranchuk force-pushed the expose-memory-map-parsing branch from d725a7e to 489b7e1 Compare February 1, 2023 18:52
@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