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

Windows: add extra debugging messages to handles plugin #1147

Merged

Conversation

eve-mem
Copy link
Contributor

@eve-mem eve-mem commented May 16, 2024

Hello 👋

This is hopefully a simple PR to add more debugging messages to the windows handles plugin. It does not fix #1146 but would help debug the issue or similar issues in the future.

Particularly if the read fails as ObpCaptureHandleInformationEx is paged out - I can see that happening again in the future - which could cause some confusion.

Thanks!
🦊

Copy link
Member

@ikelos ikelos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks! 5:)

@@ -25,7 +25,7 @@ class Handles(interfaces.plugins.PluginInterface):
"""Lists process open handles."""

_required_framework_version = (2, 0, 0)
_version = (1, 0, 0)
_version = (1, 0, 1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YES! Good work, I always forget that! 5:D

@ikelos ikelos merged commit dc7a387 into volatilityfoundation:develop May 16, 2024
14 checks passed
@eve-mem eve-mem deleted the windows_handles_debug_logging branch May 17, 2024 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handles unable to process sample Volatility 2 reports correctly. UnionType error?
2 participants