Changeset 101540 in vbox for trunk/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp
- Timestamp:
- Oct 22, 2023 2:53:53 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp
r99739 r101540 247 247 if ( RT_FAILURE(rc) 248 248 || Dis.pCurInstr->uOpcode != OP_JMP 249 || !(Dis. arch.x86.ModRM.Bits.Mod == 0 && Dis.arch.x86.ModRM.Bits.Rm == 5 /* wrt RIP */))249 || !(Dis.x86.ModRM.Bits.Mod == 0 && Dis.arch.x86.ModRM.Bits.Rm == 5 /* wrt RIP */)) 250 250 return NULL; 251 251
Note:
See TracChangeset
for help on using the changeset viewer.