View Single Post
  #2  
Old 09-29-2012, 11:59
chessgod101's Avatar
chessgod101 chessgod101 is offline
Co-Administrator
 
Join Date: Jan 2011
Location: United States
Posts: 539
Rept. Given: 2,242
Rept. Rcvd 704 Times in 224 Posts
Thanks Given: 754
Thanks Rcvd at 1,021 Times in 191 Posts
chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899 chessgod101 Reputation: 700-899
This feature in your bios is called Hardware Accelerated Virtualization(HAV). According to the intel webpage, it is intended to improve virtualization software flexibility by:

- Speeding up the transfer of platform control between the guest operating systems (OSs) and the virtual machine manager (VMM)/hypervisor

- Enabling the VMM to uniquely assign I/O devices to guest OSs

- Optimizing the network for virtualization with adapter-based acceleration


With that being stated, I do not see any way it could be beneficial with cracking, unless you are working with a virtual os with the use of either Virtual Box or VMWare Workstation. I can see where this could benefit malware reversers, since they commonly use VM's to reverse engineer hostile code.

Here are several good articles to give you insight into this technology:

Intel Article:
Code:
http://www.intel.com/content/www/us/en/virtualization/virtualization-technology/hardware-assist-virtualization-technology.html
Wikipedia:
Code:
http://en.wikipedia.org/wiki/Hardware-assisted_virtualization
The wikipedia article contains a section discussing the pros and cons of HAV.
__________________
"As the island of our knowledge grows, so does the shore of our ignorance." John Wheeler

Last edited by chessgod101; 09-29-2012 at 15:43.
Reply With Quote
The Following 2 Users Gave Reputation+1 to chessgod101 For This Useful Post:
Nicogalan (09-29-2012), Youtoo (09-29-2012)