aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-02-21 00:26:11 +0000
committerbloodstalker <thabogre@gmail.com>2018-02-21 00:26:11 +0000
commitf3abf874b5d5e959052a42eece21985c51a24791 (patch)
treeb77bc8bb02da80bdece56dd64433953fc973a3ce /README.md
parentadded some elf stuff plus leb128 encode decode functions (diff)
downloadmutator-f3abf874b5d5e959052a42eece21985c51a24791.tar.gz
mutator-f3abf874b5d5e959052a42eece21985c51a24791.zip
readme update. added capstone to the lib thank list.[ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc42213..a8e3586 100644
--- a/README.md
+++ b/README.md
@@ -368,6 +368,7 @@ Project mutator uses the following cool libraries:
* [Linenoise](https://github.com/antirez/linenoise)
* [Lua](https://github.com/lua/lua)
* [LuaJIT](https://github.com/LuaJIT/LuaJIT)
+* [capstone](https://github.com/aquynh/capstone)
* Thanks to [Jonathan Brossard](https://github.com/endrazine) for [WCC](https://github.com/endrazine/wcc), specifically `wsh` which is the inspiration for `bruiser`.<br/>
All mutator source code is provided under GPL-2.0.<br/>