tldr: AVX-512 based VM. VM registers are represented through a zmm and qword index pair. Equate these AVX-512 instruction sequence with normal x86 instructions, and deobfuscate to solve a simple flag checker.
Original writeup (https://www.willsroot.io/2023/08/vmquack-avx512.html).