Skip to content

Commit

Permalink
update author; minor spelling mistake lol
Browse files Browse the repository at this point in the history
  • Loading branch information
kako57 committed Jan 29, 2024
1 parent 49b0141 commit 66f124b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/posts/espionage_pwn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ISSessions Espionage CTF 2024 - pwn challenge writeups
slug: espionage-pwn-2024
date: 2024-01-28
author: kako57
author: drec
description: crazy solutions inside
---

Expand Down Expand Up @@ -91,7 +91,7 @@ Then, `fTemp` is set to `cTemp * 2 + 32`.
If `cTemp` is negative, then `fTemp` will be negative, right?
Well, not quite.
If we can make `cTemp` negative enough,
then `cTemp * 2` will overflow, and the result will be positive.
then `cTemp * 2` will underflow, and the result will be positive.

### How can `fTemp` be positive?

Expand Down

0 comments on commit 66f124b

Please sign in to comment.