Skip to content

Virtual Machine Detection based on the TSC register.

Notifications You must be signed in to change notification settings

dretax/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