Mic92 / vmsh

Shell into a virtualized linux, with your own tools
https://vmsh.thalheim.io
MIT License
132 stars 7 forks source link

Assert if kernel space is in 64-bit #107

Open Mic92 opened 3 years ago

Mic92 commented 3 years ago

There could be cases where VMs are in 32-bit mode. We should error in those cases as we don't implement them.

Mic92 commented 3 years ago

Partially addressed here: https://github.com/Mic92/vmsh/pull/167 However the guest might be still 32-bit even if CPUID indicates long-mode support.