Rating:

> Write Up : https://uz56764.tistory.com/91

```
from pwn import *

def double_to_hex(f):
return hex(struct.unpack('

Original writeup (https://uz56764.tistory.com/91).