$wget 'https://ctf.ekoparty.org/static/pre-ekoparty/roboto.elf'$sudo apt-get install binutils-avr$avr-objdump --disassemble-all roboto.elf | less$cat roboto.py$python roboto.py 2> /dev/null$git clone https://github.com/morse-talk/morse-talk.git$cd morse_talk$sed -i -e '0,/-.--.-/ s/-.--.-/-.--./' morse_talk/encoding.py# Wrong left parenthesis $ipythonIn [1]:import morse_talkIn [2]:morse_talk.decode('. -.- --- -.--. --- .-.. -.. .-.-.- .. ... .-.-.- -. . .-- .-.-.- .- --. .- .. -. -.--.-').replace('(', '{').replace(')', '}').replace('.', '_')
Showing posts with label morse. Show all posts
Showing posts with label morse. Show all posts
# Ekoparty pre-challenges 2k16 - roboto (80)
Subscribe to:
Comments (Atom)