Changes between Initial Version and Version 1 of Ticket #19171, comment 7
- Timestamp:
- Jan 29, 2020 4:29:17 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19171, comment 7
initial v1 8 8 > 9 9 10 VirtualBox does not inject any ICEBP instruction under normal operation. 10 [[BR]] 11 12 !VirtualBox does not inject any ICEBP instruction under normal operation. 13 14 [[BR]] 11 15 12 16 > BTW, in the VBox.log files I've analyzed, the CPU instructions after the ICEBP never make sense, so I think we are either looking at (anti) debugging techniques or at no code at all. 13 17 18 [[BR]] 14 19 15 20 I already tried reproducing the problem with just ICEBP as well as the weird sequence 'f3 64 f1' which doesn't make sense to me either. Regardless, neither of these cause any guru meditation on my Windows 10 VM (on an Intel Skylake CPU). So there must be something more to it.