Jumping
Challenge
An ELF that does not decompile into anything sensible as native code.
Approach
It is a PyInstaller-packed Python binary rather than a normal compiled program. pyinstxtractor.py pulls the embedded .pyc out of the archive, and from there the bytecode decompiles back to readable Python, which holds the actual challenge logic.