Skip to content

Latest commit

 

History

History

fuzzer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

dustbox-fuzzer

-WIP-

Generates and encodes instruction sequences, and then runs them in dustbox and a second target, comparing resulting registers and flags.

Used to verify instruction implementation correctness.

Currently the following code runners exists:

supersafe:

  • Connects to an instance of the supersafe program running inside a VM.

vmrun:

  • Uses the vmrun command line interface to execute programs inside a VMware Virtual Machine.
  • Requires a password to be set in the guest VM in order to function.

dosbox-x:

  • Uses the dosbox-x command line to execute programs inside a Dosbox-X environment.

TODO