aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-10-17 14:16:14 +0000
committerbloodstalker <thabogre@gmail.com>2016-10-17 14:16:14 +0000
commit6c89c0db9a7f9e1e2e7a89f05b57465ec9c22846 (patch)
tree13bd169f1a7f9ee1510cb174a71f08e3b9fa7b3c
parentwip (diff)
parentCreate README.md (diff)
downloadmutator-6c89c0db9a7f9e1e2e7a89f05b57465ec9c22846.tar.gz
mutator-6c89c0db9a7f9e1e2e7a89f05b57465ec9c22846.zip
Merge branch 'master' of https://github.com/bloodstalker/mutator
-rw-r--r--README.md4
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.