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

Feature request: Add functions to enumerate Toolhelp32Snapshot #436

Open
HO-COOH opened this issue Feb 6, 2024 · 0 comments
Open

Feature request: Add functions to enumerate Toolhelp32Snapshot #436

HO-COOH opened this issue Feb 6, 2024 · 0 comments
Labels
feature-request New feature or request

Comments

@HO-COOH
Copy link

HO-COOH commented Feb 6, 2024

Found myself often needed to enumerate modules/threads of a process, something you do with CreateToolhelp32Snapshot. Its current usage is a bit chunky with needing to first call xxxFirst followed with xxxNext. Everytime I just roll up a helper function to make the code more readable. As a result, a generic helper function for it would be great.

@dunhor dunhor added the feature-request New feature or request label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants