From 83952e30ee9e3f01dab635cb7326bc5b3fd5272f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 21 Jul 2018 13:13:16 +0430 Subject: markdown... --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8bca55..f32e998 100644 --- a/README.md +++ b/README.md @@ -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.
You can also use the script as a standalone to dump info on the ELF file to stdout.
-delf is also hosted ona mirror repo (here)[https://github.com/bloodstalker/delf].
+delf is also hosted ona mirror repo [here](https://github.com/bloodstalker/delf).
### dwasm 'dwasm' is a custom WASM dump script. bruiser uses it to interact with WASM object files.
The script is also usable in an standalone manner.
-dwasm is also hosted on a mirror repo (here)[https://github.com/bloodstalker/dwasm].
+dwasm is also hosted on a mirror repo [here](https://github.com/bloodstalker/dwasm).
### 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.
-luatablegen is also hosted on a mirror repo (here)[https://github.com/bloodstalker/luatablegen].
+luatablegen is also hosted on a mirror repo [here](https://github.com/bloodstalker/luatablegen).
### obfuscator Is a C/C++ source code obfuscator.
-- cgit v1.2.3