summaryrefslogtreecommitdiff
path: root/posts/challenges-re-writeups-2.org
diff options
context:
space:
mode:
Diffstat (limited to 'posts/challenges-re-writeups-2.org')
-rw-r--r--posts/challenges-re-writeups-2.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/posts/challenges-re-writeups-2.org b/posts/challenges-re-writeups-2.org
index cb185fc..f0f6ab2 100644
--- a/posts/challenges-re-writeups-2.org
+++ b/posts/challenges-re-writeups-2.org
@@ -920,5 +920,18 @@ the mess of =xor= instructions. This is the [[https://en.wikipedia.org/wiki/XOR_
it reverses the contents of =a= and =c=.
#+BEGIN_EXPORT html
+<nav class="series-nav" aria-label="Series navigation">
+ <a href="/blog/challenges-re-writeups-1.html" class="series-box prev">
+ <span class="series-label">« Previous in series</span>
+ <span class="series-title">Writeups for Dennis Yurichev's Reverse Engineering Challenges (#2-#11)</span>
+ </a>
+ <a href="/blog/challenges-re-writeups-3.html" class="series-box next">
+ <span class="series-label">Next in series »</span>
+ <span class="series-title">Writeups for Dennis Yurichev's Reverse Engineering Challenges (#23-#35)</span>
+ </a>
+</nav>
+#+END_EXPORT
+
+#+BEGIN_EXPORT html
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML"></script>
#+END_EXPORT