From 380f0fe40b1ab20790e75dac779e73667cc5ac72 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 4 Feb 2023 14:10:26 +0000 Subject: Update all content to new pygmentize --- md/writeup/h64e.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'md/writeup/h64e.md') 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 ```
@@ -31,7 +31,7 @@ a8af99260cce4d51e725b0471b7f3766
 
 ### Ascii and hexdata
 
-```
+```text
 ./h64d -l 128 -a /dev/urandom
 ```
 
@@ -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
 ```
 
@@ -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
 ```
 
@@ -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
 ```
 
-- 
cgit v1.2.3