-
Notifications
You must be signed in to change notification settings - Fork 123
Refactor and expose memory map processing. #237
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
Conversation
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.
305ff7d
to
1f74b8a
Compare
Looks good now! |
Hold up, forgot to add the permissions parsing (it could be a separate PR but there's probably no need). |
That should do it :) |
@eminence does this look good now? |
Sorry about the delay on my side. I'm going to take a look Very Soon Now™ |
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, just a few comments. Thanks for working on this
d725a7e
to
489b7e1
Compare
A new MemoryMaps struct is added, which parses all of
maps
,smaps
, andsmaps_rollup
.Closes #236.