VirtualBox

Changeset 101542 in vbox


Ignore:
Timestamp:
Oct 22, 2023 2:57:54 AM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159619
Message:

DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly work. [build fix, missed bits] bugref:10371 bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r99220 r101542  
    30773077        if (   RT_FAILURE(rc)
    30783078            || (Dis.pCurInstr->fOpType & (DISOPTYPE_CONTROLFLOW))
    3079             || (Dis.arch.x86.ModRM.Bits.Mod == 0 && Dis.arch.x86.ModRM.Bits.Rm == 5 /* wrt RIP */) )
     3079            || (Dis.x86.ModRM.Bits.Mod == 0 && Dis.x86.ModRM.Bits.Rm == 5 /* wrt RIP */) )
    30803080            supR3HardenedWinHookFailed("LdrLoadDll", pbLdrLoadDll);
    30813081        offJmpBack += cbInstr;
     
    31643164        if (   RT_FAILURE(rc)
    31653165            || (Dis.pCurInstr->fOpType & (DISOPTYPE_CONTROLFLOW))
    3166             || (Dis.arch.x86.ModRM.Bits.Mod == 0 && Dis.arch.x86.ModRM.Bits.Rm == 5 /* wrt RIP */) )
     3166            || (Dis.x86.ModRM.Bits.Mod == 0 && Dis.x86.ModRM.Bits.Rm == 5 /* wrt RIP */) )
    31673167            supR3HardenedWinHookFailed("KiUserApcDispatcher", pbKiUserApcDispatcher);
    31683168        offJmpBack += cbInstr;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette