diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-09 20:19:18 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-09 20:19:18 +0000 |
commit | 252bc10abfc3df584f50703bfa4d17054f4860a1 (patch) | |
tree | 8bcbe576ca5ad0ca456d104ac01d88cd1abc1fa1 | |
parent | updated the readme, now it actually makes some sense and talks about what bru... (diff) | |
download | mutator-252bc10abfc3df584f50703bfa4d17054f4860a1.tar.gz mutator-252bc10abfc3df584f50703bfa4d17054f4860a1.zip |
updated the bruiser part
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Mutation levels have nothing to do with the order of mutants.<br/> **mutatord** is the mutator daemon that runs the server.<br/> **mutatorclient** is the thin client that sends commands to the server.<br/> **safercpp-arr** is SaferCPP's automatic refactoring tool for arrays.<br/> -**bruiser** tries to break your code.<br/> +**bruiser** the short explanation is that bruiser is an interactive shell that mutates code on demand, gives you insight on the code-base loaded and more. For more info read the README on bruiser's folder in project root.<br/> <br/> ## How To get project mutator |