memN0ps / illusion-rs

Rusty Hypervisor - Windows UEFI Blue Pill Type-1 Hypervisor in Rust (Codename: Illusion)
MIT License
228 stars 27 forks source link

Add CPUID Password Protection and User-Mode Hook Management #26

Closed memN0ps closed 4 months ago

memN0ps commented 4 months ago

Mostly helps solves: #20 and #21

memN0ps commented 4 months ago

SSDT is still needed for syscall hooks, accidentally removed it and currently performing NTOS hooks instead. Both would be nice to have…