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

Add functionality to get memory regions and permissions. #3

Open
Andoryuuta opened this issue Sep 16, 2016 · 0 comments
Open

Add functionality to get memory regions and permissions. #3

Andoryuuta opened this issue Sep 16, 2016 · 0 comments

Comments

@Andoryuuta
Copy link
Owner

A way of getting all memory regions within a process along with the region permissions (read, write, execute) needs to be added all of the platform back-ends. This needs to be added before a search functionality can be added.

Windows via VirtualQueryEx.

Linux via /proc/pid/maps

OSX via vm_region which is part of mach's virtual memory interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant