-
Notifications
You must be signed in to change notification settings - Fork 54
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
Rewrite Windows USB plugin #766
Rewrite Windows USB plugin #766
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also didn't check myself but was curious how this might compare to https://github.com/khyrenz/parseusbs.
I haven't tested that tool specifically. Looking at the code it seems to use some more registry artifacts than the |
Created with #777 |
Co-authored-by: Erik Schamper <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #766 +/- ##
==========================================
+ Coverage 75.24% 75.34% +0.09%
==========================================
Files 296 296
Lines 25434 25472 +38
==========================================
+ Hits 19139 19193 +54
+ Misses 6295 6279 -16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR rewrites the existing Windows USB plugin and adds a test based on a Windows 10 22H2 system.