diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ba574a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# mutator + +a simple C code mutator. mutator.cpp is the source file for the mutator which uses the LLVM libraries. the makefile is what it says it is. +mutator.sh is a simple UI similar to other 'nix programs. |