Skip to content

Commit 61a5e25

Browse files
author
hippwn
committed
Merge branch 'master' of github.com:ShellCode33/VM-Detection
2 parents b6abb49 + a996b69 commit 61a5e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vmdetect/windows.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ func checkFileSystem() bool {
228228
If so, a non-empty string is also returned to tell how it was detected.
229229
*/
230230
func IsRunningInVirtualMachine() (bool, string) {
231-
/*if vmDetected, how := CommonChecks(); vmDetected {
231+
if vmDetected, how := CommonChecks(); vmDetected {
232232
return vmDetected, how
233-
}*/
233+
}
234234

235235
if vmDetected, registryKey := checkRegistry(); vmDetected {
236236
return vmDetected, fmt.Sprintf("Registry key (%v)", registryKey)

0 commit comments

Comments
 (0)