Skip to content
forked from dretax/VMDetect

Virtual Machine Detection based on the TSC register.

Notifications You must be signed in to change notification settings

motz61/VMDetect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VMDetect

Virtual Machine Detection based on a TSC register.

Every processor since pentium has a 64-bit register "Time Stamp Counter". If the OS is being emulated the TSC will be much higher resulting in a detectable "flaw". A non-virtualized OS has an average difference of 80-90 (but this value can be below as well) The return value on a virtualized OS will be a lot more higher than that value. (Usually above 500)

About

Virtual Machine Detection based on the TSC register.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 56.8%
  • C 43.2%