This is an x86 CPU instruction fuzzer. I built this to test for CPU-level bugs using QEMU.
A much better x86 CPU instruction fuzzer is sandsifter. Sandsifter inspired this project
Use your package manager of choice to install:
qemu-system
nasm
For example, for Debian-based distributions:
sudo apt install qemu-system nasm
For macOS:
brew install qemu-system nasm
Clone the repository and then run bash instrfuzz.sh
in the newly cloned repository directory
TBD