Good Morning,
Can someone point me in the right direction, or explain in easy terms what 'virtualising code' means? Maybe a small example? Thank you.
Enjoy the day,
Earl
Virtualizing
- utopiomania
- Addict
- Posts: 1655
- Joined: Tue May 10, 2005 10:00 pm
- Location: Norway
This program virtualizes the code by transforming machine code into another format that is run
on a 'virtual machine/cpu'.
http://www.oreans.com/codevirtualizer.php
So in this case to virtualize the code is simply to translate the machine code into a different
instruction set that is run on a virtual machine/cpu.
on a 'virtual machine/cpu'.
http://www.oreans.com/codevirtualizer.php
So in this case to virtualize the code is simply to translate the machine code into a different
instruction set that is run on a virtual machine/cpu.