Skip to content

Commit

Permalink
OFFICIAL FUCKING ALPHA RELEASE BABYYY WOOOOOOO
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Dec 26, 2023
1 parent 41092ff commit e5eeb57
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/vmaware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3048,15 +3048,18 @@ struct VM {


/**
* @brief match WMIC output for
*
*
* @brief match WMIC output for computer system manufacturer
* @category Windows
* @note FIX SEGFAULT
*/
[[nodiscard]] static bool wmic() try {
if (disabled(WMIC)) {
return false;
}

return false;

/*
#if (!MSVC)
return false;
#else
Expand Down Expand Up @@ -3110,6 +3113,7 @@ struct VM {
return false;
#endif
*/
} catch (...) {
#ifdef __VMAWARE_DEBUG__
debug("WMIC: catched error, returned false");
Expand Down

0 comments on commit e5eeb57

Please sign in to comment.