From 6344df2d33758d65da106b9dfcf368748cea4e82 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 12 Jul 2019 17:29:50 +0430 Subject: readme fix --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') 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.
+mutator is a suite of tools for C,C++ and machine code.
Here's a detailed list of what's currently available:
### bruiser -Essentially bruiser is a Lua REPL plus: -* You get tab-completion, suggestions and history(like a shell).
+At its core, bruiser is a Lua REPL: * bruiser comes with its own extensions and libraries implemented in C and Cpp.
* Through bruiser's Xobj feature, you can pull in functions from object code, run them and get the result back.
* 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.
-- cgit v1.2.3