Skip to content

Comments

fix grammar for unknown vm, fix logic for hardened vm output string#626

Merged
kernelwernel merged 3 commits intokernelwernel:mainfrom
virtfunc:main
Feb 11, 2026
Merged

fix grammar for unknown vm, fix logic for hardened vm output string#626
kernelwernel merged 3 commits intokernelwernel:mainfrom
virtfunc:main

Conversation

@virtfunc
Copy link
Contributor

@virtfunc virtfunc commented Feb 11, 2026

What does this PR do?

  • Add a new technique
  • Add a new feature
  • Add a new README translation
  • Improve code
  • Fix bugs
  • Refactoring or code organisation
  • Stylistic changes
  • Sync between branches
  • Other

Briefly explain what this PR does:

  • Removes outdated instructions about opening PRs to the dev branch

  • Fixes the double "a" in the case of very_unlikely and unlikely.

  • Fixes !hardener always evaluating to false due to being a const char* in this context, I believe we should be checking against const bool has_hardener, as a result, this now displays unknown VMs as "an unknown VM" which is grammatically correct, instead of "a unknown VM".

  • Inverts ternary in conclusion so that " VM" is appended when Hyper-V is not present.

@kernelwernel kernelwernel self-assigned this Feb 11, 2026
@kernelwernel kernelwernel merged commit bc688aa into kernelwernel:main Feb 11, 2026
2 checks passed
@kernelwernel
Copy link
Owner

thanks for the PR! welcome to the team :)

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