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

[Documentation] virtual_query() is useful and ought to be documented #67

Open
the-vindicar opened this issue Jul 25, 2021 · 0 comments
Open
Labels
documentation Documentation related issues

Comments

@the-vindicar
Copy link

I've found mentions of MEMORY_BASIC_INFORMATION in the documentation at readthedocs, but I can't find anything related to virtual_query() that uses it. This function could be useful in terms of narrowing down the address ranges that need to be scanned. Narrowing things down to a single module helps, but it can be improved further, for example, you might want to skip anything that has execution flag if you are looking for data.

As such, it'd be nice to have pymem.memory.virtual_query() documented as part of pymem's official API.

@StarrFox StarrFox added the documentation Documentation related issues label Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation related issues
Projects
None yet
Development

No branches or pull requests

2 participants