This project is an x86 instruction set disassembler that converts binary machine code into human-readable assembly language. It focuses on 32-bit x86 instructions and implements a linear sweep ...
Should compile on any platform with a working C11 compiler Tested on Windows, macOS, FreeBSD, Linux and UEFI, both user and kernel mode Zydis builds cleanly on most platforms without any external ...