Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evilbytecode-Anti-VM

  • Detect if user is running inside a virtual machine.

Note

Only works on x86 and x86-64.

The code measures the average CPU cycles required to execute the CPUID instruction. It compares this value to a predefined threshold. If the measured cycles exceed the threshold, the code assumes it's running inside a virtual machine (VM) due to the higher overhead typically associated with VMs.

Credits

PoC:

image

About

Measures average CPU cycles for the CPUID instruction to detect if the code is running in a VM by comparing against a threshold.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages