Skip to content

Conversation

@GHOryy5
Copy link

@GHOryy5 GHOryy5 commented Dec 9, 2025

Previously, the code returned true (VM Detected) if USB history was found (len(subKeys) > 0). Since almost all physical machines have a history of USB usage, this logic incorrectly flagged real computers as Virtual Machines.

I inverted the check to len(subKeys) == 0. Now, the function correctly flags a system as a potential VM only if it has zero USB history.

@EvilBytecode
Copy link
Owner

Oh i didnt know that, i had completly recode it :)
thanks for pointing out

@EvilBytecode EvilBytecode merged commit c0e12bd into EvilBytecode:main Dec 10, 2025
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.

2 participants