write-ups-challenges-2024-2025/snake-safe/SOLUTION.md
2024-11-25 22:33:02 +01:00

362 B

Difficulty

medium 30/100

Category

Reversing

How To Solve

This is a binary compiled from a python file using pyinstaller. Pyinstaller actually bundles with a script that can extract the python PYC file. Since an older version of python was used, this can then be decompiled using decompile6 or even https://pylingual.io/

Flag

IGCTF{snaky-stuff}