Points: 497

Tags: esolangs rev 

Poll rating:

Writeups

ActionRatingAuthor team
Read writeup
not rated
CoderZClub
You need to authenticate and join a team to post writeups VozecOct. 31, 2022, 8:54 a.m.

I Wrote a pseudo-code decompiler : https://github.com/Vozec/HSPAL-Decompiler

```python

def Get_last():
charset = 'abcdefghijklmnopqrstuvwxyz012345789:/;.!ยง,?'
for a in charset:
for b in charset:
if (ord(a)*ord(b) == 0x1553):
return a+b

flag = '}' + Get_last()
combi = [(0x0070-0x0002),(0x0032+0x0002),(0x006f-0x0003),(0x001e+0x0012),(0x002e+0x0007),(0x003f-0x000c),(0x0299//0x0007),(0x0075-0x000d),(0x008f-0x001b),(0x0372//0x0012),(0x0085-0x000e),(0x006b-0x000c),(0x0080-0x0012),(0x006e+0x0007),(0x0053+0x0013),(0x0070-0x0011),(0x0052+0x0016),(0x03de//0x000a),(0x0061+0x0014),(0x0062+0x000b),(0x0054+0x000b),(0x02a0//0x000e),(0x0d7a//0x001e),(0x0079-0x001a),(0x007c-0x0015),(0x008b-0x001d),(0x002b+0x0006),(0x0426//0x0009),(0x001d+0x0017),(0x0084-0x001c),(0x0084-0x0009),(0x0276//0x0009),(0x0047+0x000d),(0x005a-0x0017),(0x0062-0x001e),(0x06f9//0x0015)]
for c in combi:
flag += chr(c)

print(flag[::-1])

# UDCTF{h4v1ng_s0_much_fun_w1th_350l4ng5}
```

![Alt text](https://github.com/Vozec/HSPAL-Decompiler/raw/main/images/crackme2.png)