yblein / tavor-isa

Instruction Set fuzzing based on the Tavor framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tavor-isa

Compilation

go build

Running the riscv64 example

Generate a test program:

./tavor-isa example/riscv64/config.toml

Automatically execute the generated program with the spike emulator:

export TOP=/root/of/riscv/install
./tavor-isa --exec example/riscv64/run_spike.sh example/riscv64/config.toml

About

Instruction Set fuzzing based on the Tavor framework


Languages

Language:Go 83.1%Language:Shell 8.7%Language:Assembly 8.2%