summaryrefslogtreecommitdiffstats
path: root/md/writeup/h64e.md
diff options
context:
space:
mode:
Diffstat (limited to 'md/writeup/h64e.md')
-rw-r--r--md/writeup/h64e.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/md/writeup/h64e.md b/md/writeup/h64e.md
index 6b6c320..a74a132 100644
--- a/md/writeup/h64e.md
+++ b/md/writeup/h64e.md
@@ -22,7 +22,7 @@ more stuff will be added if there will be some nice use cases.
### Usual dump
-```
+```sh
./h64d -l 16 /dev/urandom
```
<pre>
@@ -31,7 +31,7 @@ a8af99260cce4d51e725b0471b7f3766
### Ascii and hexdata
-```
+```text
./h64d -l 128 -a /dev/urandom
```
<pre>
@@ -47,7 +47,7 @@ fd9d74b944c885ac5c3b5f7df9320d83..t.D...\;_}.2..
### Hex seperated
-```
+```sh
./h64d -l 128 -i /dev/urandom
```
@@ -64,7 +64,7 @@ c5 79 fc 96 d0 41 f9 4c 00 18 1b ea 5a a6 2f 1c
### Seperated hex and characters
-```
+```sh
./h64d -l 128 -a -i /dev/urandom
```
<pre>
@@ -80,7 +80,7 @@ db cb 4d 17 a6 16 99 a7 51 b2 b8 3d 14 c7 aa 71 ..M.....Q..=...q
### Offset,hex,ascii output
-```
+```sh
./h64d -l 128 -b -i -a /dev/urandom
```
<pre>
@@ -103,7 +103,7 @@ db cb 4d 17 a6 16 99 a7 51 b2 b8 3d 14 c7 aa 71 ..M.....Q..=...q
## Source
-```
+```sh
git clone http://git.main.lv/cgit.cgi/h64.git
```
@@ -111,7 +111,7 @@ git clone http://git.main.lv/cgit.cgi/h64.git
just
-```
+```sh
make
```