eminence / procfs

Rust library for reading the Linux procfs filesystem
Other
362 stars 106 forks source link

Refactor and expose memory map processing. #237

Closed afranchuk closed 1 year ago

afranchuk commented 1 year ago

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

Closes #236.

eminence commented 1 year ago

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

afranchuk commented 1 year ago

Looks good now!

afranchuk commented 1 year ago

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

afranchuk commented 1 year ago

That should do it :)

afranchuk commented 1 year ago

@eminence does this look good now?

eminence commented 1 year ago

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