Skip to content

Commit 75afad3

Browse files
committed
ctf-cs: add hex to binary
1 parent 6999284 commit 75afad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ctf-cs.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ \section{Encoding / Decoding}
5858
\li[(de)code caesar's] \$ caesar [0-25]
5959
\li[Encode morse] \$ morse -s ~~~~~\I{message}
6060
\li[Decode morse] \$ morse -d -{-}~~~\I{...~-{-}-~...}
61+
\li[Hex to binary] \$ echo '48656c6c6f0a' | xxd -r -p
6162
\end{ldesc}
6263

6364

0 commit comments

Comments
 (0)