Refine
Year of publication
Document Type
- Article (162)
- Conference Proceeding (76)
- Book (15)
- Part of a Book (11)
- Report (4)
- Working Paper (2)
- Contribution to a Periodical (1)
- Doctoral Thesis (1)
Is part of the Bibliography
- no (272)
Keywords
- benchmarking (2)
- performance (2)
- Android (1)
- Behavioral Economics (1)
- Binary Code Analysis (1)
- Cookie <Internet> (1)
- Datenschutz (1)
- Economics of Cybersecurity (1)
- Function Detection (1)
- HbbTV (1)
Institute
- Institut für Internetsicherheit (272) (remove)
Virtual Machine Introspection (VMI) is a powerful technology used to detect and analyze malicious software inside Virtual Machines (VMs) from the outside. Asynchronous access to the VM’s memory can be insufficient for efficient monitoring of what is happening inside of a VM. Active VMI introduces breakpoints to intercept VM execution at relevant points. Especially for frequently visited breakpoints, and even more so for production systems, it is crucial to keep performance overhead as low as possible. In this paper, we present an empirical study that compares the performance of four VMI breakpoint-implementation variants—EPT switching (SLAT view switching) with and without fast single-stepping acceleration, instruction repair, and instruction emulation—from two VMI applications (DRAKVUF, SmartVMI) with the XEN hypervisor on 20 Intel Core i processors ranging from the fourth to the thirteenth generation. Instruction emulation was the fastest method across all 20 tested platforms. Modern processors such as the Intel Core i7 12700H and Intel Core i9 13900HX achieved median breakpoint-processing times as low as 15 µs for the emulation mechanism. The slowest method was instruction repair, followed by EPT switching and EPT switching with FSS. The order was the same for all measurements, indicating that this is a strong and generalizable result.

