16 lines
362 B
Markdown
16 lines
362 B
Markdown
|
## 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}
|