Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 497 Bytes

Binary Mutation

The Binary Mutation code based on Uroboros To use this binary mutation tool, follow these steps:

INSTALLATION:

  1. install Uroboros from https://github.com/s3team/uroboros.git
  2. copy over the uroboros.py script into uroboros/src directory
  3. copy mutate.pl into uroboros/src directory

USAGE: Go to uroboros/src directory and use following command to generate the mutants: python uroboros.py The mutants will be written into uroboros/mutants directory.