Tags: 2021 reklest justctf re 

Rating:

1. Decode the javascript filename.

```python
#!/usr/bin/python3

from struct import pack
from base64 import b64decode

p64 = lambda x : pack("

Original writeup (https://github.com/epicleet/write-ups/tree/master/2021/justctf/re/reklest).