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
With Proxmox 9 now officially released as the first beta version and based on Debian Trixie, and the final Debian... The post Debian 13 (Trixie)Beta LXC Container Image for Proxmox 8 & Proxmox 9 first appeared on gyptazy - The DevOps Geek.| gyptazy – The DevOps Geek
Over the last few months, I’ve been asked quite a few times how I test my Ansible modules and ProxLB... The post Proxmox Cloud Image & Bare-Metal Auto Installation Image first appeared on gyptazy - The DevOps Geek.| gyptazy – The DevOps Geek
本文永久链接 - https://tonybai.com/2024/07/21/simd-in-go 前些日子,一些资深Gopher,比如fasthttp的作者Aliaksandr Valialkin因函数迭代器加入Go 1.23版本而抱怨Go的演进走错了方向:朝着增加复杂性和隐式代| tonybai.com
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