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-1.org | |
| parent | 02ccc4b34760642de4771abde2137d53ba389882 (diff) | |
Series navigation
Diffstat (limited to 'posts/challenges-re-writeups-1.org')
| -rw-r--r-- | posts/challenges-re-writeups-1.org | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/posts/challenges-re-writeups-1.org b/posts/challenges-re-writeups-1.org index ec32560..d7fd3f0 100644 --- a/posts/challenges-re-writeups-1.org +++ b/posts/challenges-re-writeups-1.org @@ -961,9 +961,9 @@ f 8 10 12 8 18 #+END_SRC -It would seem that this is some sort of "least multiple of \(b\) such that \(b < -a\) given that \(b\) is a power of two, but I feel as though I'm grasping at -straws here. +It would seem that this is some sort of "least multiple of \(b\) such that \(b +\gt a\) given that \(b\) is a power of two", but I feel as though I'm grasping +at straws here. As a Gentoo user, I have the Linux source tree checked out at =/usr/src/linux=, and because the hint mentions low-level programming, I decided to create a @@ -1234,5 +1234,14 @@ the graph), which are conditionals (branches), and which labels are related (linear relationships). #+BEGIN_EXPORT html +<nav class="series-nav " aria-label="Series navigation"> + <a href="/blog/challenges-re-writeups-2.html" class="series-box single-right next"> + <span class="series-label">Next in series ยป</span> + <span class="series-title">Writeups for Dennis Yurichev's Reverse Engineering Challenges (#12-#22)</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 |