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

Please add ability to filter executable names #1

Open
shodanx2 opened this issue Sep 26, 2023 · 4 comments
Open

Please add ability to filter executable names #1

shodanx2 opened this issue Sep 26, 2023 · 4 comments
Assignees

Comments

@shodanx2
Copy link

The ability to only show hook message events to one specific application would greatly improve the usefulness of this software

Also millisecond precision timestamps on each message entry would make browsing through the large mass of messages easier !

thanks !

I still managed to find what I needed!

@learn-more
Copy link
Owner

Thanks for the suggestion, I'll look into it.

@learn-more
Copy link
Owner

@shodanx2 I have added an CSV export to the results window: https://github.com/learn-more/WindowsHookEx/releases/tag/0.8.0
This does not allow filtering inside the WindowsHookEx view (which requires a rewrite of some parts).

Hopefully this helps you when analyzing data.

@learn-more learn-more self-assigned this Sep 28, 2023
@shodanx2
Copy link
Author

Yes that certainly is going to help.

I was trying to capture WM_PAINT message for the cmd.exe/conhost.exe console, unfortunately it seems to be impossible to do in a managed languages like vba/vbs/vbnet/c#/powershell

@learn-more
Copy link
Owner

Yes that certainly is going to help.

I was trying to capture WM_PAINT message for the cmd.exe/conhost.exe console, unfortunately it seems to be impossible to do in a managed languages like vba/vbs/vbnet/c#/powershell

If that can be done in a native language, then it can be done in a managed language.

I will keep this ticket open until I have at least added better timestamps, I have not decided yet if I want to implement filtering in the application itself.

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

No branches or pull requests

2 participants