Writing a bootkit to manipulate VBS enclave's memory| Samuel Tulach
Exploring the possible use of VBS enclaves for anti-cheat purposes| Samuel Tulach
Scanning system memory to detect manually mapped kernel mode drivers on Windows| Samuel Tulach
Patching kernel code at runtime is bad idea... or is it?| Samuel Tulach
Trying to write the fastest possible VM-exit handler for CPUID| Samuel Tulach
If you want to use Docker to build cross-platform images, the first step is to enable QEMU to run images targeted at others architectures via emulation. I assume you have installed Docker CE and its containerd runtime as described here, and are running on a x86_64 host. Test current ability to emulate other architectures # ... Docker: QEMU emulation to run arm64 images from native amd64 host| fabianlee.org