Programming & DevOps
How to Find Out if a Binary Runs Inside QEMU
In the previous blog post we talked about how to use QEMUs debugcon feature. To do this responsibly, we should only do this if the binary runs in fact inside QEMU. To find this out, one can use the cpuid instruction. It gives us a lot of information about our Read more…