Skip to content

syscall hooking freezes Windows when stopping the hypervisor #51

@qhdwight

Description

@qhdwight

Hi, I'm enabling syscall hooking via:

auto efer = msr::read<msr::efer_t>();
efer.syscall_enable = false;
msr::write(efer);

auto exception_bitmap = vp.exception_bitmap();
exception_bitmap.invalid_opcode = true;
vp.exception_bitmap(exception_bitmap);

Whenever I sc.exe stop my service the entire OS freezes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions