Skip to content

Commit 02f6744

Browse files
committed
fixed cli arg
1 parent 30c1c3f commit 02f6744

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ The library is:
2727

2828

2929
> [!NOTE]
30-
> The library doesn't guarantee it'll be accurate. If you found a false positive or a false negative then please create an issue with information on what your VM is, what OS you're using, and other relevant details.
30+
> The library doesn't guarantee it'll be accurate. I've received a lot of false positives in the past from various people, and it's impossible to 100% detect a VM either due to:
31+
- VM artifacts such as system files being left from past VM usage depending on the brand
32+
- Unfamiliar mechanisms that are not widely known
33+
-
34+
35+
If you found a false positive or a false negative then please create an issue with information on what your VM is, what OS you're using, and other relevant details.
3136
>
3237
3338

src/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ constexpr bool ENABLE_NOTES = true;
5353
constexpr bool DISABLE_HYPERV = false;
5454
constexpr bool DISABLE_NOTES = false;
5555

56-
std::bitset<12> arg_bitset;
56+
std::bitset<13> arg_bitset;
5757

5858
#if (MSVC)
5959
class win_ansi_enabler_t

0 commit comments

Comments
 (0)