diff options
author | bloodstalker <thabogre@gmail.com> | 2018-07-21 08:43:16 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-07-21 08:43:16 +0000 |
commit | 83952e30ee9e3f01dab635cb7326bc5b3fd5272f (patch) | |
tree | 69fdf907b8b0f85f302c7404a60d43f53f735e2b /README.md | |
parent | updated the README with the mirror repo links for luatablegen, delf and dwasm (diff) | |
download | mutator-83952e30ee9e3f01dab635cb7326bc5b3fd5272f.tar.gz mutator-83952e30ee9e3f01dab635cb7326bc5b3fd5272f.zip |
markdown...
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -62,16 +62,16 @@ Essentially bruiser is a Lua REPL plus: ### delf `delf` is a custom ELF dump script developed for bruiser. bruiser uses it to interact with ELF files.<br/> You can also use the script as a standalone to dump info on the ELF file to stdout.<br/> -delf is also hosted ona mirror repo (here)[https://github.com/bloodstalker/delf].<br/> +delf is also hosted ona mirror repo [here](https://github.com/bloodstalker/delf).<br/> ### dwasm 'dwasm' is a custom WASM dump script. bruiser uses it to interact with WASM object files.<br/> The script is also usable in an standalone manner.<br/> -dwasm is also hosted on a mirror repo (here)[https://github.com/bloodstalker/dwasm].<br/> +dwasm is also hosted on a mirror repo [here](https://github.com/bloodstalker/dwasm).<br/> ### luatablegen `luatablegen` is a python script that takes a json file including the details of a C structure, and generates C source and header files, a lua file including some convinience fields for the lua table and a markdown file including a summary of the table fields and their expected arg types and return types.<br/> -luatablegen is also hosted on a mirror repo (here)[https://github.com/bloodstalker/luatablegen].<br/> +luatablegen is also hosted on a mirror repo [here](https://github.com/bloodstalker/luatablegen).<br/> ### obfuscator Is a C/C++ source code obfuscator.<br/> |