How to identify that you're running under a VM?

后端 未结 12 1975
南旧
南旧 2020-11-29 23:42

Is there a way to identify, from within a VM, that your code is running inside a VM?

I guess there are more or less easy ways to identify specific VM systems, especi

12条回答
  •  萌比男神i
    2020-11-30 00:32

    I once ran across an assembly code snippet that told you if you were in a VM....I googled but couldn't find the original article.

    I did find this though: Detect if your program is running inside a Virtual Machine.

    Hope it helps.

提交回复
热议问题