diff options
author | bloodstalker <thabogre@gmail.com> | 2018-02-21 00:26:11 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-02-21 00:26:11 +0000 |
commit | f3abf874b5d5e959052a42eece21985c51a24791 (patch) | |
tree | b77bc8bb02da80bdece56dd64433953fc973a3ce | |
parent | added some elf stuff plus leb128 encode decode functions (diff) | |
download | mutator-f3abf874b5d5e959052a42eece21985c51a24791.tar.gz mutator-f3abf874b5d5e959052a42eece21985c51a24791.zip |
readme update. added capstone to the lib thank list.[ci skip]
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/> |