diff options
author | bloodstalker <thabogre@gmail.com> | 2016-09-07 15:50:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 15:50:09 +0000 |
commit | 20d59f14397be8993bbb3cb9951a90a07c50a5f4 (patch) | |
tree | 77ac13e0e2dd3fe012f15ca4222fb9811249594f | |
parent | some minor changes (diff) | |
download | mutator-20d59f14397be8993bbb3cb9951a90a07c50a5f4.tar.gz mutator-20d59f14397be8993bbb3cb9951a90a07c50a5f4.zip |
Create README.md
-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. |