593749519

Results 11 comments of 593749519

Was this bug fixed? I've encountered the same problem. Every time I run ksm_um.exe, the system freezed even when I remove all the macro other than ENABLE_DBGPRINT. OS:windows 10 x64,...

Tried several combinations ,finally found: 1. comment SECONDARY_EXEC_ENABLE_VMFUNC | SECONDARY_EXEC_ENABLE_VE in vcpu.c 2. change err |= vmcs_write(GUEST_IDTR_BASE, idtr->base); in vcpu.c then run ksm_um.exe, no frozen or crash. but after a...

change from vcpu->idt.base to idtr->base. Tried you proposal, seems it doesn't hang now. but if I disable SECONDARY_EXEC_ENABLE_VMFUNC, it seems I can't use the ept related tricks(ept hook, introspect...)

I revert to ksm-1.4, comment #VE and SECONDARY_EXEC_DESC_TABLE_EXITING, change GUESTR_IDTR_BASE to idtr->base, the epage_hook works fine. Hope the current version has this bug fixed.

same issue if turn BUILD_SHARED_LIBS on, are there any plan to fix this?

seems the attachments is missing after exporting

Same encountered, rollback to stable-3.6 and solved, look forward to the document update about karchive issue.

If kernel debug info is provided, it'll be the best debug view ever! To do it on windows vista above, need write a windows driver and call DbgSetDebugPrintCallback to set...

Besides write a new driver, I digged into sysinternals debugview and reversed its driver interface. If you are interested, see https://github.com/593749519/DebugView-interface-reversed

> [Dbgv.zip](https://github.com/user-attachments/files/21334228/Dbgv.zip) If you completely break away from the Microsoft debugview program, debugviewpp can place this driver (carried by debugview) in the resources, load the driver by creating a service,...