diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-15 16:19:16 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-15 16:19:16 -0500 |
| commit | c7cdffa549be231fff7a8a38dbc7caaadd9663a3 (patch) | |
| tree | ffd1fa6ad3d147ccfe05efa44438bb2629278d9a /posts/challenges-re-writeups-2.org | |
| parent | 02ccc4b34760642de4771abde2137d53ba389882 (diff) | |
Series navigation
Diffstat (limited to 'posts/challenges-re-writeups-2.org')
| -rw-r--r-- | posts/challenges-re-writeups-2.org | 13 |
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 |