ksm icon indicating copy to clipboard operation
ksm copied to clipboard

A fast, hackable and simple x64 VT-x hypervisor for Windows and Linux. Builtin userspace sandbox and introspection engine.

Results 12 ksm issues
Sort by recently updated
recently updated
newest added

`MSR_IA32_FEATURE_CONTROL.lock[0bit] = 1` is set in kernel version 5.x by default. which means no modification to MSRs is allowed until the system reboot. the code in `ksm.c` is invalid anymore....

### Type of this issue (please specify) - [x ] This is a bug in the upstream tree as-is unmodified. - [ ] This is a support matter (i.e. your...

### Type of this issue (please specify) - This is a bug in the upstream tree as-is unmodified. (**only added debug print messages**) ### System information 1. CPU: Intel i7...

bug
Windows

### Type of this issue (please specify) - [ ] This is a bug in the upstream tree as-is unmodified. - [ ] This is a support matter (i.e. your...

**step:** 1.build ksm.sys and ksm_um.exe 2.create service and start 3.run ksm_um.exe below is windbg log. please help me, thank you so much!!! ksm: CPU 3: check_dynamic_pgtables: PXE: FFFFBBDDEEF77000 PPE FFFFBBDDEEE00000...

Hello, i want to hook epage but i always got BSOD when do it, can you help me solve it?here my snippet: > PVOID hkMmMapIoSpace( > PHYSICAL_ADDRESS PhysicalAddress, > SIZE_T...

If i trigger the #VE in the other VMM(eg.kvm),how can i set the ve_except_info ->except_mask=0 to enable another #VE occurs in guest?

After cross compiling windows driver on linux and loading it in windows, when user mode app is run Driver crashes with BUG_CHECK 0xD1 : DRIVER_IRQL_NOT_LESS_OR_EQUAL

Windows
crash

Need I say words?

enhancement

Since we use multiple EPT pointers, in most cases a lot of entries will be redundant (i.e. they map same page), so we can optimize memory footprint by merging them...

enhancement