diff options
author | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 |
commit | 380f0fe40b1ab20790e75dac779e73667cc5ac72 (patch) | |
tree | 9fa3b9c93b58c966daa22f955282bc3c181d909a /md/writeup/h64e.md | |
parent | df881efab146ca3ee61bf8936f948dd976fc4740 (diff) | |
download | md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.tar.gz md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.zip |
Update all content to new pygmentize
Diffstat (limited to 'md/writeup/h64e.md')
-rw-r--r-- | md/writeup/h64e.md | 14 |
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 ``` |