VirtualBox

Changes between Version 1 and Version 2 of Ticket #12089, comment 6


Ignore:
Timestamp:
Dec 4, 2013 8:24:35 PM (11 years ago)
Author:
emu1

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12089, comment 6

    v1 v2  
    1 Quick a dirty temporary fix for VirtualBox 4.3.4 r91027: in QtGuiVBox4.dll (v4.8.4.0, 9,842,960 bytes) change the bytes offset 0x79EAF from [ 48 8B C8 ] to [ EB 07 90 ].
     1Quick a dirty temporary fix for VirtualBox 4.3.4 r91027: in QtGuiVBox4.dll (v4.8.4.0, 9,842,960 bytes) change the bytes at offset 0x79EAF from [ 48 8B C8 ] to [ EB 07 90 ].
    22
    33This disables pointer changing (probably in more cases than needed). You may end up with the window resize pointer if you're not quick enough to enter the VM window, but some pointer is better than no pointer. :)
    44
    5 And less dirty (but likely to change per VB version, unlike the above):
     5And less dirty, but unlike the above likely to change per VB version:
    66Change in VirtualBox.exe v4.3.4.r91027 (8,748,816 bytes), at offset 0xD6B6B: [ 48 8B 08 ] -> [ EB 07 90 ].

© 2023 Oracle
ContactPrivacy policyTerms of Use