aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-07-12 12:59:50 +0000
committerbloodstalker <thabogre@gmail.com>2019-07-12 12:59:50 +0000
commit6344df2d33758d65da106b9dfcf368748cea4e82 (patch)
tree609e8ee3a955093742711127dc8dbb024bcb1ef1 /README.md
parentadded llvm 9 support in the readme. as a general tip for bruiser, generally d... (diff)
downloadmutator-6344df2d33758d65da106b9dfcf368748cea4e82.tar.gz
mutator-6344df2d33758d65da106b9dfcf368748cea4e82.zip
readme fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index c8b8666..4078cdc 100644
--- a/README.md
+++ b/README.md
@@ -49,12 +49,11 @@
## Overview
-mutator is a suite of tools aimed at analysis and automation of C,C++ and machine code.<br/>
+mutator is a suite of tools for C,C++ and machine code.<br/>
Here's a detailed list of what's currently available:<br/>
### bruiser
-Essentially bruiser is a Lua REPL plus:
-* You get tab-completion, suggestions and history(like a shell).<br>
+At its core, bruiser is a Lua REPL:
* bruiser comes with its own extensions and libraries implemented in C and Cpp.<br/>
* Through bruiser's Xobj feature, you can pull in functions from object code, run them and get the result back.<br/>
* Through the ASMRewriter functionality you can manipulate the machine code and push it back in the object. For more detail you can look at the wiki or check out bruiser's README.md.<br/>